You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
528 B
YAML

# a mybinder.org-ready environment for demoing jupyterlite-echo-kernel
# this environment may also be used locally on Linux/MacOS/Windows, e.g.
#
# conda env update --file binder/environment.yml
# conda activate jupyterlite-echo-kernel-demo
#
name: jupyterlite-echo-kernel-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