Skip to content

Commit f1f2127

Browse files
committed
add environment for binder support
1 parent 3c8b6a6 commit f1f2127

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

environment.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: lecture-python
2+
channels:
3+
- default
4+
dependencies:
5+
- python=3.8
6+
- anaconda=2020.11
7+
- pip
8+
- pip:
9+
- jupyter-book
10+
- sphinxext-rediraffe
11+
- sphinx-multitoc-numbering
12+
- quantecon-book-theme
13+
- sphinx-exercise
14+
- joblib
15+
- interpolation
16+
- git+https://github.com/quantecon/sphinx-tojupyter
17+

0 commit comments

Comments
 (0)