Skip to content

Commit

Permalink
Update to JupyterLite 0.4.0 (#146)
Browse files Browse the repository at this point in the history
* Update to JupyterLite 0.4.0

* Update requirements.txt

* Update requirements.txt
  • Loading branch information
jtpio authored Aug 13, 2024
1 parent c4ed9c3 commit 0974b28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Core modules (mandatory)
jupyterlite-core==0.3.0
jupyterlab~=4.1.6
notebook~=7.1.2
jupyterlite-core==0.4.0
jupyterlab~=4.2.4
notebook~=7.2.1


# Python kernel (optional)
jupyterlite-pyodide-kernel==0.3.2
jupyterlite-pyodide-kernel==0.4.1

# JavaScript kernel (optional)
jupyterlite-javascript-kernel==0.3.0
Expand All @@ -30,7 +30,7 @@ jupyterlab-night
jupyterlab_miami_nights

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.1.1,<9
ipywidgets>=8.1.3,<9
# Python: ipyevents library for Jupyter notebooks (optional)
ipyevents>=2.0.1
# Python: interative Matplotlib library for Jupyter notebooks (optional)
Expand Down

0 comments on commit 0974b28

Please sign in to comment.