1
1
# Contents below from https://github.com/jupyterlite/demo/blob/main/requirements.txt
2
+ # Stripped out as many resources as possible to slim it down to fit in Heroku limits
3
+ # when deployed as part of Quepid.
2
4
3
5
# Core modules (mandatory)
4
6
jupyterlite-core == 0.1.0
@@ -8,18 +10,18 @@ jupyterlab~=3.5.1
8
10
jupyterlite-pyodide-kernel == 0.0.8
9
11
10
12
# JavaScript kernel (optional)
11
- jupyterlite-javascript-kernel == 0.1.0b21
13
+ # jupyterlite-javascript-kernel==0.1.0b21
12
14
13
15
# Language support (optional)
14
- jupyterlab-language-pack-fr-FR
15
- jupyterlab-language-pack-zh-CN
16
+ # jupyterlab-language-pack-fr-FR
17
+ # jupyterlab-language-pack-zh-CN
16
18
17
19
# SQLite kernel (optional)
18
- jupyterlite-xeus-sqlite == 0.2.1
20
+ # jupyterlite-xeus-sqlite==0.2.1
19
21
# P5 kernel (optional)
20
- jupyterlite-p5-kernel == 0.1.0
22
+ # jupyterlite-p5-kernel==0.1.0
21
23
# Lua kernel (optional)
22
- jupyterlite-xeus-lua == 0.3.1
24
+ # jupyterlite-xeus-lua==0.3.1
23
25
24
26
# JupyterLab: Fasta file renderer (optional)
25
27
jupyterlab-fasta >= 3 ,< 4
@@ -41,7 +43,7 @@ ipympl>=0.8.2
41
43
# Python: ipycanvas library for Jupyter notebooks (optional)
42
44
ipycanvas >= 0.9.1
43
45
# Python: ipyleaflet library for Jupyter notebooks (optional)
44
- ipyleaflet
46
+ # ipyleaflet
45
47
46
48
# Python: plotting libraries (optional)
47
49
plotly >= 5 ,< 6
50
52
51
53
# Contents below added from https://jupyterlite.readthedocs.io/en/latest/howto/configure/advanced/offline.html
52
54
53
- jupyterlite-core [mathjax ]== 0.1.0
55
+ # jupyterlite-core[mathjax]==0.1.0
0 commit comments