diff --git a/frontend/js/notebook.js b/frontend/js/notebook.js index 247d91b..58fd100 100644 --- a/frontend/js/notebook.js +++ b/frontend/js/notebook.js @@ -3,7 +3,7 @@ import { ProbeAPI } from './probeapi.js'; -// Starboard-Notebook has no native shell type, so we register one +// Starboard-Notebook has no native shell cell type, so we register one // see CoffeeScript example: https://starboard.gg/gz/coffeescript-custom-cell-type-n1VJRGC function registerStarboardShellCellType() { const StarboardTextEditor = runtime.exports.elements.StarboardTextEditor; diff --git a/frontend/monaco.chunk.js b/frontend/monaco.chunk.js new file mode 120000 index 0000000..420f211 --- /dev/null +++ b/frontend/monaco.chunk.js @@ -0,0 +1 @@ +node_modules/starboard-notebook/dist/monaco.chunk.js \ No newline at end of file diff --git a/frontend/monaco.starboard-notebook.css b/frontend/monaco.starboard-notebook.css new file mode 120000 index 0000000..6ecc481 --- /dev/null +++ b/frontend/monaco.starboard-notebook.css @@ -0,0 +1 @@ +node_modules/starboard-notebook/dist/monaco.starboard-notebook.css \ No newline at end of file