Skip to content

Commit

Permalink
Update JupyterLab to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Nov 13, 2023
1 parent ceda837 commit c1d5aa9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ pytz~=2023.3

# Jupyter Lite
jupyterlite-core==0.2.0
jupyterlab~=3.6.0
jupyterlab~=4.0.7

# Pyodide kernel
jupyterlite-pyodide-kernel==0.2.0

# JupyterLab: guided tour (optional)
jupyterlab-tour
jupyterlab-tour~=4.0.0
# JupyterLab: dark theme
jupyterlab-night
jupyterlab-night~=0.4.6
# JupyterLab: auto-run cells on notebook launch
jupyterlab_autorun_cells
# FIXME: not compatible with JupyterLab 4.0
# jupyterlab_autorun_cells

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.0.0,<9
Expand Down

0 comments on commit c1d5aa9

Please sign in to comment.