starboard-notebook
Version:
Starboard Notebook
13 lines • 663 B
JavaScript
/*! This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
import "./styles/main.scss";
import "./components/notebook";
import * as lit from "lit";
// Globals available to the user in the notebook (excluding runtime, which is initialized in the notebook itself)
window.html = lit.html;
window.svg = lit.svg;
window.lit = lit;
// eslint-disable-next-line @typescript-eslint/no-var-requires
// window.initialNotebookContent = require("./debugNotebooks/python.nb").default;
//# sourceMappingURL=init.js.map