Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel authored Apr 4, 2024
1 parent 06561b6 commit ab67857
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ notebook~=7.0.7


# Python kernel (optional)
jupyterlite-pyodide-kernel==0.2.1
jupyterlite-pyodide-kernel
jupyterlite-xeus-python

# JavaScript kernel (optional)
jupyterlite-javascript-kernel==0.2.3
jupyterlite-javascript-kernel

# SQLite kernel (optional)
jupyterlite-xeus-sqlite==0.2.1
jupyterlite-xeus-sqlite
# P5 kernel (optional)
jupyterlite-p5-kernel==0.1.0
# Lua kernel (optional)
jupyterlite-xeus-lua==0.3.1
jupyterlite-p5-kernel

# JupyterLab: Fasta file renderer (optional)
jupyterlab-fasta>=3.3.0,<4
jupyterlab-fasta
# JupyterLab: Geojson file renderer (optional)
jupyterlab-geojson>=3.4.0,<4
jupyterlab-geojson
# JupyterLab: guided tour (optional)
# TODO: re-enable after https://github.com/jupyterlab-contrib/jupyterlab-tour/issues/82
# jupyterlab-tour
Expand All @@ -31,17 +29,17 @@ jupyterlab-night
jupyterlab_miami_nights

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.1.1,<9
ipywidgets
# Python: ipyevents library for Jupyter notebooks (optional)
ipyevents>=2.0.1
ipyevents
# Python: interative Matplotlib library for Jupyter notebooks (optional)
ipympl>=0.8.2
ipympl
# Python: ipycanvas library for Jupyter notebooks (optional)
ipycanvas>=0.9.1
ipycanvas
# Python: ipyleaflet library for Jupyter notebooks (optional)
ipyleaflet

# Python: plotting libraries (optional)
plotly>=5,<6
plotly
bqplot
nltk

0 comments on commit ab67857

Please sign in to comment.