File tree Expand file tree Collapse file tree 1 file changed +27
-6
lines changed
Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change 11# Core modules (mandatory)
2- jupyterlite-core == 0.4.1
3- jupyterlab ~= 4.2.5
4- notebook ~= 7.2 .2
2+ jupyterlite-core == 0.5.0
3+ jupyterlab ~= 4.3.4
4+ notebook ~= 7.3 .2
55
66# Python kernel (optional)
7- jupyterlite-pyodide-kernel == 0.4.2
7+ jupyterlite-pyodide-kernel == 0.5.0
88
9+ # JavaScript kernel (optional)
10+ # jupyterlite-javascript-kernel==0.3.0
11+
12+ # Language support (optional)
13+ # jupyterlab-language-pack-fr-FR
14+ # jupyterlab-language-pack-zh-CN
15+
16+ # P5 kernel (optional)
17+ # jupyterlite-p5-kernel==0.1.0
18+
19+ # JupyterLab: Fasta file renderer (optional)
20+ # jupyterlab-fasta>=3.3.0,<4
21+ # JupyterLab: Geojson file renderer (optional)
22+ # jupyterlab-geojson>=3.4.0,<4
23+ # JupyterLab: guided tour (optional)
24+ # TODO: re-enable after https://github.com/jupyterlab-contrib/jupyterlab-tour/issues/82
25+ # jupyterlab-tour
926# JupyterLab: dark theme
1027jupyterlab-night
28+ # JupyterLab: Miami nights theme (optional)
29+ jupyterlab_miami_nights
1130
1231# Python: ipywidget library for Jupyter notebooks (optional)
1332ipywidgets >= 8.1.3 ,< 9
@@ -21,13 +40,15 @@ ipycanvas>=0.9.1
2140ipyleaflet
2241
2342# Python: plotting libraries (optional)
24- plotly >= 5 ,< 6
25- bqplot
43+ # plotly>=5,<6
44+ # bqplot
2645
2746# Python: threejs bridge
2847pythreejs >= 2.3.0
2948
3049# BRG packages
50+ shapely
51+
3152compas_ags
3253compas_dr
3354compas_fd
You can’t perform that action at this time.
0 commit comments