We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2189a commit c0fc921Copy full SHA for c0fc921
docs/environment.yml
@@ -4,12 +4,20 @@ channels:
4
- defaults
5
dependencies:
6
- ipykernel
7
-- jupyter_client
+- jinja2
8
- jupyter_sphinx
9
+- nbformat
10
- nbsphinx
-- python=3
11
-- sphinx
+- notebook>=4.2
12
+- python=3.5
13
+- sphinx=1.4.8
14
+- sphinx>=1.4.6
15
+- sphinx_rtd_theme
16
+- tornado
17
- pip:
- - ipywidgets>=7.0.0a2
18
+ - docutils<0.13.1
19
+ - ipywidgets >=7.0.0a3
20
- jupyter-alabaster-theme
- - recommonmark
21
+ - python-dateutil
22
+ - recommonmark==0.4.0
23
+
0 commit comments