generated from jupyterlite/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from AFM-SPM/ns-rse/1-import-notebooks
Need the pyodide kernel in requirements.txt
- Loading branch information
Showing
1 changed file
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,11 @@ | ||
# Python: ipycanvas library for Jupyter notebooks (optional) | ||
ipycanvas>=0.9.1 | ||
|
||
# Python: ipyevents library for Jupyter notebooks (optional) | ||
ipyevents>=2.0.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 | ||
ipycanvas>=0.9.1 # Python: ipycanvas library for Jupyter notebooks (optional) | ||
ipyevents>=2.0.1 # Python: ipyevents library for Jupyter notebooks (optional) | ||
ipympl>=0.8.2 # Python: interative Matplotlib library for Jupyter notebooks (optional) | ||
ipywidgets>=8.1.1,<9 # Python: ipywidget library for Jupyter notebooks (optional) | ||
jupyterlab~=3.5.1 # Core modules (mandatory) | ||
jupyterlab-night # JupyterLab: dark theme | ||
jupyterlite-core==0.1.3 # Core modules (mandatory) | ||
jupyterlite-pyodide-kernel==0.1.3 # Core kernel (mandatory) | ||
matplotlib | ||
|
||
numpy | ||
topostats |