Skip to content

Commit

Permalink
Merge pull request #153 from QuantEcon/update-publish
Browse files Browse the repository at this point in the history
MAINT: Update scripts to setup leture-datascience.notebooks for binder
  • Loading branch information
mmcky authored Jun 11, 2021
2 parents 0d412f2 + 0998ced commit 2f2cd92
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
shell: bash -l {0}
run: |
mkdir -p _build/lecture-datascience.notebooks
cp -a _notebook_repo/. _build/lecture-datascience.notebooks
cp -a _build/jupyter/. _build/lecture-datascience.notebooks
ls -a _build/lecture-datascience.notebooks
- name: Commit latest notebooks to lecture-datascience.notebooks
Expand Down
7 changes: 7 additions & 0 deletions _notebook_repo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# lecture-datascience.notebooks

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/lecture-datascience.notebooks/master)

Notebooks for https://datascience.quantecon.org

**Note:** This README should be edited [here](https://github.com/quantecon/lecture-datascience.myst/_notebook_repo)
25 changes: 25 additions & 0 deletions _notebook_repo/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: lecture-datascience
channels:
- default
dependencies:
- python=3.8
- anaconda
- pip
- pip:
- joblib
- interpolation
- qeds
- fiona
- geopandas
- pyLDAvis >= 3.3.0
- gensim
- folium
- descartes
- pyarrow
- xgboost
- graphviz
- scikit-learn >= 0.24.0
- bokeh
- nltk
- conda:
- python-graphviz

2 comments on commit 2f2cd92

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.