mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
deee0bd750
* 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
14 lines
263 B
YAML
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
|