Skip to content

Commit b0f41e9

Browse files
authored
Merge pull request #110 from pierrepo/add-comments-in-requirements
Reorganize and annotate requirements
2 parents bccc401 + b939c55 commit b0f41e9

File tree

1 file changed

+33
-12
lines changed

1 file changed

+33
-12
lines changed

requirements.txt

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,41 @@
1-
bqplot
2-
ipycanvas>=0.9.1
3-
ipyevents>=2.0.1
4-
ipyleaflet
5-
ipympl>=0.8.2
6-
ipywidgets>=8.0.0,<9
1+
# Core modules (mandatory)
2+
jupyterlite-core==0.1.0b19
3+
jupyterlite-pyodide-kernel==0.0.5
74
jupyterlab~=3.5.1
5+
6+
# Language support (optional)
87
jupyterlab-language-pack-fr-FR
98
jupyterlab-language-pack-zh-CN
9+
10+
# SQLite kernel (optional)
11+
jupyterlite-xeus-sqlite==0.2.1
12+
# P5 kernel (optional)
13+
jupyterlite-p5-kernel==0.1.0
14+
# Lua kernel (optional)
15+
jupyterlite-xeus-lua==0.3.1
16+
17+
# JupyterLab: Fasta file renderer (optional)
1018
jupyterlab-fasta>=3,<4
19+
# JupyterLab: Geojson file renderer (optional)
1120
jupyterlab-geojson>=3,<4
21+
# JupyterLab: guided tour (optional)
1222
jupyterlab-tour
23+
# JupyterLab: dark theme
24+
jupyterlab-night
25+
# JupyterLab: Miami nights theme (optional)
1326
jupyterlab_miami_nights
14-
jupyterlite-core==0.1.0b19
15-
jupyterlite-pyodide-kernel==0.0.5
16-
jupyterlite-p5-kernel==0.1.0
17-
jupyterlite-xeus-lua==0.3.1
18-
jupyterlite-xeus-sqlite==0.2.1
27+
28+
# Python: ipywidget library for Jupyter notebooks (optional)
29+
ipywidgets>=8.0.0,<9
30+
# Python: ipyevents library for Jupyter notebooks (optional)
31+
ipyevents>=2.0.1
32+
# Python: interative Matplotlib library for Jupyter notebooks (optional)
33+
ipympl>=0.8.2
34+
# Python: ipycanvas library for Jupyter notebooks (optional)
35+
ipycanvas>=0.9.1
36+
# Python: ipyleaflet library for Jupyter notebooks (optional)
37+
ipyleaflet
38+
39+
# Python: plotting libraries (optional)
1940
plotly>=5,<6
20-
jupyterlab-night
41+
bqplot

0 commit comments

Comments
 (0)