1
1
# Core modules (mandatory)
2
- jupyterlite-core == 0.3.0b0
3
- jupyterlab ~= 4.1.3
2
+ jupyterlite-core == 0.4.2
3
+ jupyterlab ~= 4.2.5
4
+ notebook ~= 7.2.2
5
+
4
6
5
7
# Python kernel (optional)
6
- jupyterlite-pyodide-kernel == 0.3.0a0
8
+ jupyterlite-pyodide-kernel == 0.4.2
7
9
8
10
# JavaScript kernel (optional)
9
- # jupyterlite-javascript-kernel==0.1.1
11
+ # jupyterlite-javascript-kernel==0.3.0
10
12
11
13
# Language support (optional)
12
14
# jupyterlab-language-pack-fr-FR
13
15
# jupyterlab-language-pack-zh-CN
14
16
15
- # SQLite kernel (optional)
16
- # jupyterlite-xeus-sqlite==0.2.1
17
17
# P5 kernel (optional)
18
18
# jupyterlite-p5-kernel==0.1.0
19
- # Lua kernel (optional)
20
- # jupyterlite-xeus-lua==0.3.1
21
19
22
20
# JupyterLab: Fasta file renderer (optional)
23
- # jupyterlab-fasta>=3,<4
21
+ # jupyterlab-fasta>=3.3.0 ,<4
24
22
# JupyterLab: Geojson file renderer (optional)
25
- # jupyterlab-geojson>=3,<4
23
+ # jupyterlab-geojson>=3.4.0 ,<4
26
24
# JupyterLab: guided tour (optional)
27
25
# jupyterlab-tour
28
26
# JupyterLab: dark theme
@@ -31,8 +29,7 @@ jupyterlab-night
31
29
# jupyterlab_miami_nights
32
30
33
31
# Python: ipywidget library for Jupyter notebooks (optional)
34
- ipywidgets >= 8.1.0 ,< 9
35
- widgetsnbextension == 4.0.7
32
+ ipywidgets >= 8.1.3 ,< 9
36
33
# Python: ipyevents library for Jupyter notebooks (optional)
37
34
ipyevents >= 2.0.1
38
35
# Python: interative Matplotlib library for Jupyter notebooks (optional)
@@ -46,6 +43,6 @@ ipympl>=0.8.2
46
43
#plotly>=5,<6
47
44
#bqplot
48
45
49
- webgui_jupyter_widgets == 0.2.29
46
+ widgetsnbextension == 4.0.13
47
+ webgui_jupyter_widgets == 0.2.36
50
48
jupyterlab-open-url-parameter
51
-
0 commit comments