notebook/docs/environment.yml
2018-06-17 11:15:28 +02:00

15 lines
191 B
YAML

name: notebook_docs
dependencies:
- python=3.5
- sphinx_rtd_theme
- jinja2
- tornado
- nbformat
- jupyter_client
- ipykernel
- sphinx
- pip:
- nbsphinx
- Send2Trash
- prometheus_client