notebook/docs/environment.yml

15 lines
191 B
YAML
Raw Normal View History

2016-01-28 01:05:57 +08:00
name: notebook_docs
dependencies:
- python=3.5
2016-01-28 01:05:57 +08:00
- sphinx_rtd_theme
- jinja2
- tornado
- nbformat
- jupyter_client
- ipykernel
2018-06-17 17:15:28 +08:00
- sphinx
- pip:
- nbsphinx
- Send2Trash
- prometheus_client