We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f9da9 commit baa28ddCopy full SHA for baa28dd
requirements.txt
@@ -6,8 +6,12 @@ notebook~=7.3.2
6
# Python kernel (optional)
7
jupyterlite-pyodide-kernel==0.5.0
8
9
+# JupyterLab: Geojson file renderer (optional)
10
+jupyterlab-geojson>=3.4.0,<4
11
# JupyterLab: dark theme
12
jupyterlab-night
13
+# JupyterLab: Miami nights theme (optional)
14
+jupyterlab_miami_nights
15
16
# Python: ipywidget library for Jupyter notebooks (optional)
17
ipywidgets>=8.1.3,<9
@@ -22,7 +26,4 @@ ipyleaflet
22
26
23
27
# Python: plotting libraries (optional)
24
28
plotly>=5,<6
25
-bqplot
-
-# Python: threejs bridge
-pythreejs>=2.3.0
29
+bqplot
0 commit comments