Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b2228a8

Browse files
ci: Allow opening notebooks in JupyterLite (#64)
* ci: Allow opening notebooks in JupyterLite * fix: Add requirements
1 parent 59211b6 commit b2228a8

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

‎requirements.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /