Skip to content

Commit

Permalink
Update webgui_jupyter_widgets version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Oct 9, 2024
1 parent c34110b commit 971ed92
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
# Core modules (mandatory)
jupyterlite-core==0.4.2
jupyterlab~=4.2.5
notebook~=7.2.2


# Python kernel (optional)
jupyterlite-pyodide-kernel==0.4.2

# JavaScript kernel (optional)
# jupyterlite-javascript-kernel==0.1.1
# jupyterlite-javascript-kernel==0.3.0

# Language support (optional)
# jupyterlab-language-pack-fr-FR
# jupyterlab-language-pack-zh-CN

# SQLite kernel (optional)
# jupyterlite-xeus-sqlite==0.2.1
# P5 kernel (optional)
# jupyterlite-p5-kernel==0.1.0
# Lua kernel (optional)
# 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
# JupyterLab: dark theme
Expand All @@ -31,8 +29,7 @@ jupyterlab-night
# jupyterlab_miami_nights

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.1.0,<9
widgetsnbextension==4.0.13
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 All @@ -46,6 +43,7 @@ ipympl>=0.8.2
#plotly>=5,<6
#bqplot

webgui_jupyter_widgets==0.2.35
widgetsnbextension==4.0.13
webgui_jupyter_widgets==0.2.36
jupyterlab-open-url-parameter

0 comments on commit 971ed92

Please sign in to comment.