|
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 |
7 | 4 | jupyterlab~=3.5.1
|
| 5 | + |
| 6 | +# Language support (optional) |
8 | 7 | jupyterlab-language-pack-fr-FR
|
9 | 8 | 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) |
10 | 18 | jupyterlab-fasta>=3,<4
|
| 19 | +# JupyterLab: Geojson file renderer (optional) |
11 | 20 | jupyterlab-geojson>=3,<4
|
| 21 | +# JupyterLab: guided tour (optional) |
12 | 22 | jupyterlab-tour
|
| 23 | +# JupyterLab: dark theme |
| 24 | +jupyterlab-night |
| 25 | +# JupyterLab: Miami nights theme (optional) |
13 | 26 | 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) |
19 | 40 | plotly>=5,<6
|
20 |
| -jupyterlab-night |
| 41 | +bqplot |
0 commit comments