mirror of
https://github.com/peter-tanner/starcore-explorer-bad.git
synced 2024-11-30 09:00:28 +08:00
19 lines
481 B
Plaintext
19 lines
481 B
Plaintext
|
# Core modules (mandatory)
|
||
|
jupyterlite-core==0.1.0
|
||
|
jupyterlab~=3.5.1
|
||
|
|
||
|
# Python kernel (optional)
|
||
|
jupyterlite-pyodide-kernel==0.0.6
|
||
|
|
||
|
# JupyterLab: dark theme
|
||
|
jupyterlab-night
|
||
|
# JupyterLab: Miami nights theme (optional)
|
||
|
jupyterlab_miami_nights
|
||
|
|
||
|
# Python: ipyevents library for Jupyter notebooks (optional)
|
||
|
ipyevents>=2.0.1
|
||
|
# Python: interative Matplotlib library for Jupyter notebooks (optional)
|
||
|
ipympl>=0.8.2
|
||
|
# Python: ipyleaflet library for Jupyter notebooks (optional)
|
||
|
ipyleaflet
|