notebook/binder/environment.yml
Jeremy Tuloup deee0bd750
Add Binder (#2)
* Add Binder

* Build from source on Binder

* Add support for notebook server extensions

* Add notebook shim

* Remove python from deps

* Add templates to MANIFEST

* Binder

* Add matplotlib and numpy to Binder
2020-12-07 19:55:10 +01:00

14 lines
263 B
YAML

name: jupyterlab-classic
channels:
- conda-forge/label/jupyterlab_rc
- conda-forge/label/jupyterlab_server_rc
- conda-forge/label/jupyterlab_widgets_rc
- conda-forge
dependencies:
- ipywidgets=7
- jupyterlab=3
- jupyterlab_widgets=1
- matplotlib
- numpy
- nodejs