We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19ccca commit 99efaefCopy full SHA for 99efaef
requirements.txt
@@ -7,14 +7,13 @@ notebook~=7.5.1
7
jupyterlite-pyodide-kernel==0.7.0
8
9
# JavaScript kernel (optional)
10
-jupyterlite-javascript-kernel==0.3.0
+# jupyterlite-javascript-kernel==0.3.0
11
+# P5 kernel (optional)
12
+# jupyterlite-p5-kernel==0.1.0
13
14
# Language support (optional)
15
jupyterlab-language-pack-fr-FR
16
-# P5 kernel (optional)
-jupyterlite-p5-kernel==0.1.0
17
-
18
# JupyterLab: Fasta file renderer (optional)
19
jupyterlab-fasta>=3.3.0,<4
20
# JupyterLab: Geojson file renderer (optional)
@@ -36,6 +35,7 @@ ipycanvas>=0.9.1
36
35
ipyleaflet
37
38
# Python: libs used for teaching
+nbformat
39
jupyturtle
40
pandas
41
numpy
0 commit comments