Skip to content

Commit

Permalink
Update to JupyterLite 0.2.0 (jupyterlite#126)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jtpio committed Nov 30, 2023
1 parent 9504f1d commit 9f25517
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Core modules (mandatory)
jupyterlite-core==0.1.3
jupyterlab~=3.5.1
jupyterlite-core==0.2.1
jupyterlab~=4.0.9
notebook~=7.0.6


# Python kernel (optional)
jupyterlite-pyodide-kernel==0.1.3
jupyterlite-pyodide-kernel==0.2.0

# JavaScript kernel (optional)
jupyterlite-javascript-kernel==0.1.3
jupyterlite-javascript-kernel==0.2.1

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

# JupyterLab: Fasta file renderer (optional)
jupyterlab-fasta>=3,<4
jupyterlab-fasta>=3.3.0,<4
# JupyterLab: Geojson file renderer (optional)
jupyterlab-geojson>=3,<4
jupyterlab-geojson>=3.4.0,<4
# JupyterLab: guided tour (optional)
jupyterlab-tour
# TODO: re-enable after https://github.com/jupyterlab-contrib/jupyterlab-tour/issues/82
# jupyterlab-tour
# JupyterLab: dark theme
jupyterlab-night
# JupyterLab: Miami nights theme (optional)
Expand Down

0 comments on commit 9f25517

Please sign in to comment.