Skip to content

Commit 97fe17e

Browse files
jonah-idenmsujew
andauthoredAug 31, 2023
Notebook API Support (#12442)
Full feature support including: * Notebook widget rendering * Kernel selection * Cell execution * Custom output rendering * Plugin host support Signed-off-by: Jonah Iden <jonah.iden@typefox.io> Co-authored-by: Mark Sujew <mark.sujew@typefox.io>
1 parent 109adc4 commit 97fe17e

File tree

98 files changed

+11549
-830
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+11549
-830
lines changed
 

‎examples/browser/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@theia/mini-browser": "1.40.0",
3535
"@theia/monaco": "1.40.0",
3636
"@theia/navigator": "1.40.0",
37+
"@theia/notebook": "1.40.0",
3738
"@theia/outline-view": "1.40.0",
3839
"@theia/output": "1.40.0",
3940
"@theia/plugin-dev": "1.40.0",

‎examples/browser/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
{
6666
"path": "../../packages/navigator"
6767
},
68+
{
69+
"path": "../../packages/notebook"
70+
},
6871
{
6972
"path": "../../packages/outline-view"
7073
},

0 commit comments

Comments
 (0)
Please sign in to comment.