Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel authored Feb 5, 2024
1 parent 0b62a74 commit b5fb899
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
# Core modules (mandatory)
jupyterlite-core==0.1.3
jupyterlab~=3.5.1
jupyterlite-core==0.2.3
jupyterlab~=4.0.11
notebook~=7.0.7

jupyterlab-open-url-parameter

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

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

# Language support (optional)
jupyterlab-language-pack-fr-FR
jupyterlab-language-pack-zh-CN
jupyterlite-javascript-kernel==0.2.3

# 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
# 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 b5fb899

Please sign in to comment.