Skip to content

Commit

Permalink
add environment for binder support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Mar 10, 2021
1 parent 3c8b6a6 commit f1f2127
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: lecture-python
channels:
- default
dependencies:
- python=3.8
- anaconda=2020.11
- pip
- pip:
- jupyter-book
- sphinxext-rediraffe
- sphinx-multitoc-numbering
- quantecon-book-theme
- sphinx-exercise
- joblib
- interpolation
- git+https://github.com/quantecon/sphinx-tojupyter

0 comments on commit f1f2127

Please sign in to comment.