Skip to content

Commit

Permalink
update reproduce.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Feb 21, 2024
1 parent 6aac8ef commit 8043abe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.9
- ipywidgets
- jupyter
- jupyterlab
- matplotlib
- numpy
Expand All @@ -13,8 +14,8 @@ dependencies:
- lxml
- requests
- statsmodels
- pip
- pip:
- pandas-datareader
- fredpy
- statsmodels

- pandas-datareader
- fredpy
- statsmodels
2 changes: 1 addition & 1 deletion reproduce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SCPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
cd "$SCPT_DIR"

mamba env update -f binder/environment.yml
conda activate rs100_discussion
source activate rs100_discussion

ipython *.ipynb

Expand Down

0 comments on commit 8043abe

Please sign in to comment.