Skip to content

Commit b2228a8

Browse files
authoredSep 2, 2023
ci: Allow opening notebooks in JupyterLite (#64)
* ci: Allow opening notebooks in JupyterLite * fix: Add requirements
1 parent 59211b6 commit b2228a8

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
 

‎requirements.txt

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Core modules (mandatory)
2+
jupyterlite-core==0.1.1
3+
jupyterlab~=3.5.1
4+
5+
# Python kernel (optional)
6+
jupyterlite-pyodide-kernel==0.0.10
7+
8+
# JavaScript kernel (optional)
9+
jupyterlite-javascript-kernel==0.1.1
10+
11+
# Language support (optional)
12+
jupyterlab-language-pack-fr-FR
13+
jupyterlab-language-pack-zh-CN
14+
15+
# SQLite kernel (optional)
16+
jupyterlite-xeus-sqlite==0.2.1
17+
# P5 kernel (optional)
18+
jupyterlite-p5-kernel==0.1.0
19+
# Lua kernel (optional)
20+
jupyterlite-xeus-lua==0.3.1
21+
22+
# JupyterLab: Fasta file renderer (optional)
23+
jupyterlab-fasta>=3,<4
24+
# JupyterLab: Geojson file renderer (optional)
25+
jupyterlab-geojson>=3,<4
26+
# JupyterLab: guided tour (optional)
27+
jupyterlab-tour
28+
# JupyterLab: dark theme
29+
jupyterlab-night
30+
# JupyterLab: Miami nights theme (optional)
31+
jupyterlab_miami_nights
32+
33+
# Python: ipywidget library for Jupyter notebooks (optional)
34+
ipywidgets>=8.0.0,<9
35+
# Python: ipyevents library for Jupyter notebooks (optional)
36+
ipyevents>=2.0.1
37+
# Python: interative Matplotlib library for Jupyter notebooks (optional)
38+
ipympl>=0.8.2
39+
# Python: ipycanvas library for Jupyter notebooks (optional)
40+
ipycanvas>=0.9.1
41+
# Python: ipyleaflet library for Jupyter notebooks (optional)
42+
ipyleaflet
43+
44+
# Python: plotting libraries (optional)
45+
plotly>=5,<6
46+
bqplot

0 commit comments

Comments
 (0)
Please sign in to comment.