mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
21 lines
281 B
YAML
21 lines
281 B
YAML
name: notebook_docs
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.8
|
|
- pydata-sphinx-theme
|
|
- jinja2
|
|
- tornado
|
|
- nbformat
|
|
- jupyter_client
|
|
- ipykernel
|
|
- pip
|
|
- sphinx
|
|
- terminado
|
|
- myst-parser
|
|
- pip:
|
|
- nbsphinx
|
|
- Send2Trash
|
|
- prometheus_client
|
|
- sphinxcontrib_github_alt
|