Skip to content

Commit 9f25517

Browse files
authored
Update to JupyterLite 0.2.0 (#126)
* Update to JupyterLite 0.2.0 * Bump to `0.2.0a2` * Update requirements.txt * Remove `jupyterlab-tour` for now * Bump to `0.2.0a3` * Bump to `0.2.0rc0` * Add `notebook` * Update to `0.2.0rc1` * Bump to final versions * Update versions * Update link to jupyterlab-tour breakage issue
1 parent 9504f1d commit 9f25517

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

requirements.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Core modules (mandatory)
2-
jupyterlite-core==0.1.3
3-
jupyterlab~=3.5.1
2+
jupyterlite-core==0.2.1
3+
jupyterlab~=4.0.9
4+
notebook~=7.0.6
5+
46

57
# Python kernel (optional)
6-
jupyterlite-pyodide-kernel==0.1.3
8+
jupyterlite-pyodide-kernel==0.2.0
79

810
# JavaScript kernel (optional)
9-
jupyterlite-javascript-kernel==0.1.3
11+
jupyterlite-javascript-kernel==0.2.1
1012

1113
# Language support (optional)
1214
jupyterlab-language-pack-fr-FR
@@ -20,11 +22,12 @@ jupyterlite-p5-kernel==0.1.0
2022
jupyterlite-xeus-lua==0.3.1
2123

2224
# JupyterLab: Fasta file renderer (optional)
23-
jupyterlab-fasta>=3,<4
25+
jupyterlab-fasta>=3.3.0,<4
2426
# JupyterLab: Geojson file renderer (optional)
25-
jupyterlab-geojson>=3,<4
27+
jupyterlab-geojson>=3.4.0,<4
2628
# JupyterLab: guided tour (optional)
27-
jupyterlab-tour
29+
# TODO: re-enable after https://github.com/jupyterlab-contrib/jupyterlab-tour/issues/82
30+
# jupyterlab-tour
2831
# JupyterLab: dark theme
2932
jupyterlab-night
3033
# JupyterLab: Miami nights theme (optional)

0 commit comments

Comments
 (0)