File tree 1 file changed +46
-0
lines changed
1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments