mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
6246540396
* Add `INotebookPathOpener` * Reorg tokens * Use `INotebookPathOpener` * Lint * Rename param * Lint * add docstring * Fix dependency on application package * more tsconfig fixes * fix typo * dedupe * update dev commands on Binder * fix typo * lint * Add missing dependency * tmp * set explicit jupyterlab on Binder * drop link share for now * remove tmp * edit pyproject config * debug * test * test * test * fix typos
13 lines
203 B
YAML
13 lines
203 B
YAML
name: notebook
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- ipywidgets=8
|
|
- jupyterlab=4
|
|
- jupyterlab-language-pack-fr-FR
|
|
- matplotlib
|
|
- numpy
|
|
- nodejs=20
|
|
- python >=3.10,<3.11
|
|
- xeus-python
|