File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 14
14
miniconda-version : ' latest'
15
15
python-version : 3.8
16
16
environment-file : environment.yml
17
- activate-environment : lecture-python
17
+ activate-environment : quantecon
18
18
- name : Display Conda Environment Versions
19
19
shell : bash -l {0}
20
20
run : conda list
Original file line number Diff line number Diff line change 18
18
miniconda-version : ' latest'
19
19
python-version : 3.8
20
20
environment-file : environment.yml
21
- activate-environment : lecture-python
21
+ activate-environment : quantecon
22
22
- name : Display Conda Environment Versions
23
23
shell : bash -l {0}
24
24
run : conda list
Original file line number Diff line number Diff line change 1
- name : lecture-python
1
+ name : quantecon
2
2
channels :
3
3
- default
4
4
dependencies :
@@ -7,11 +7,12 @@ dependencies:
7
7
- pip
8
8
- pip :
9
9
- jupyter-book
10
- - sphinxext-rediraffe
11
10
- sphinx-multitoc-numbering
12
11
- quantecon-book-theme
12
+ - sphinx-tojupyter
13
+ - sphinxext-rediraffe
13
14
- sphinx-exercise
14
- - joblib
15
- - interpolation
16
- - git+https://github.com/quantecon/sphinx-tojupyter
15
+ - jupytext
16
+ - ghp-import
17
+ - jupinx
17
18
You can’t perform that action at this time.
0 commit comments