mirror of
https://github.com/Steffo99/jupyterlab-theme-sophon.git
synced 2024-11-22 08:04:29 +00:00
21 lines
528 B
YAML
21 lines
528 B
YAML
# a mybinder.org-ready environment for demoing jupyterlab_theme_sophon
|
|
# this environment may also be used locally on Linux/MacOS/Windows, e.g.
|
|
#
|
|
# conda env update --file binder/environment.yml
|
|
# conda activate jupyterlab_theme_sophon-demo
|
|
#
|
|
name: jupyterlab_theme_sophon-demo
|
|
|
|
channels:
|
|
- conda-forge
|
|
|
|
dependencies:
|
|
# runtime dependencies
|
|
- python >=3.8,<3.9.0a0
|
|
- jupyterlab >=3,<4.0.0a0
|
|
# labextension build dependencies
|
|
- nodejs >=14,<15
|
|
- pip
|
|
- wheel
|
|
# additional packages for demos
|
|
# - ipywidgets
|