notebook/docs/environment.yml
2018-06-15 11:49:34 +02:00

15 lines
193 B
YAML

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