Skip to content

Commit

Permalink
Merge pull request #3 from AFM-SPM/ns-rse/1-import-notebooks
Browse files Browse the repository at this point in the history
Updating requirements.txt
  • Loading branch information
ns-rse authored Oct 11, 2023
2 parents 3a350d4 + 006c6d8 commit 5e77ef4
Showing 1 changed file with 16 additions and 40 deletions.
56 changes: 16 additions & 40 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,22 @@
# Core modules (mandatory)
jupyterlite-core==0.1.3
jupyterlab~=3.5.1

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

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

# 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: Geojson file renderer (optional)
jupyterlab-geojson>=3,<4
# JupyterLab: guided tour (optional)
jupyterlab-tour
# JupyterLab: dark theme
jupyterlab-night
# JupyterLab: Miami nights theme (optional)
jupyterlab_miami_nights
# Python: ipycanvas library for Jupyter notebooks (optional)
ipycanvas>=0.9.1

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

# Python: ipywidget library for Jupyter notebooks (optional)
ipywidgets>=8.1.1,<9
jupyterlab~=3.5.1

# JupyterLab: dark theme
jupyterlab-night
# Core modules (mandatory)
jupyterlite-core==0.1.3
matplotlib

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

0 comments on commit 5e77ef4

Please sign in to comment.