File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,14 @@ dependencies:
2121- jupyterlite-core =0.6.0
2222- jupyterlite-pyodide-kernel =0.6.0
2323- jupyterlite-sphinx >=0.20.2,<0.21
24+ - jupyterlite-terminal >=0.2.1,<0.3.0
2425- jupyterlite-xeus>=4.0.0
2526- notebook >=7.4.3,<7.5
2627- pip
2728- plotly >=6,<7
29+ # micromamba and nodejs are needed for jupyterlite-terminal
30+ - micromamba >=2.0.5,<3
31+ - nodejs =22
2832- pip :
2933 - jupyterlite-xeus-sqlite==0.2.1
3034 - jupyterlab-open-url-parameter >=0.3.0
Original file line number Diff line number Diff line change 1+ {
2+ "packages" : {
3+ "lua" : {},
4+ "nano" : {},
5+ "tree" : {},
6+ "vim" : {}
7+ },
8+ "aliases" : {
9+ "vi" : " vim"
10+ }
11+ }
Original file line number Diff line number Diff line change 66 " @jupyterlab/server-proxy" ,
77 " jupyterlab-server-proxy" ,
88 " nbdime-jupyterlab"
9- ]
9+ ],
10+ "terminalsAvailable" : true
1011 }
1112}
You can’t perform that action at this time.
0 commit comments