Skip to content

Commit 95adaac

Browse files
committed
Add jupyter to execution environment
1 parent f83bebc commit 95adaac

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
auto-activate-base: true
4343
miniconda-version: 'latest'
4444
python-version: '3.12'
45-
environment-file: environment.yml
45+
environment-file: environment-exp.yml
4646
activate-environment: quantecon
4747
- name: Install MyST Markdown
4848
run: npm install -g mystmd

environment-exp.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: quantecon
2+
channels:
3+
- default
4+
- conda-forge
5+
dependencies:
6+
- python=3.12
7+
# - anaconda
8+
- numpy
9+
- scipy
10+
- matplotlib
11+
- pandas
12+
- dask
13+
- numba
14+
- jupyterlab
15+
- scikit-image
16+
- scikit-learn
17+
- scipy
18+
- yfinance
19+
- quantecon
20+
- sympy
21+
- statsmodels
22+
- plotly
23+
- networkx
24+
- seaborn
25+
- graphviz
26+
- openpyxl
27+
- pip
28+
- pip:
29+
- jupyter-book==1.0.3
30+
- quantecon-book-theme==0.7.6
31+
- sphinx-tojupyter==0.3.0
32+
- sphinxext-rediraffe==0.2.7
33+
- sphinx-exercise==1.0.1
34+
- ghp-import==2.1.0
35+
- sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
36+
- sphinx-proof==0.2.0
37+
- sphinx-togglebutton==0.3.2
38+
- sphinx-reredirects==0.1.4 #Version 0.1.5 requires sphinx>=7.1

0 commit comments

Comments
 (0)