File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3232 shell : bash -l {0}
3333 run : |
3434 jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter
35+ zip -r download-notebooks.zip _build/jupyter
36+ - uses : actions/upload-artifact@v2
37+ with :
38+ name : download-notebooks
39+ path : download-notebooks.zip
3540 - name : Copy Download Notebooks for GH-PAGES
3641 shell : bash -l {0}
3742 run : |
5358 # run: |
5459 # mkdir -p _build/lecture-python.notebooks
5560 # cp -a _notebook_repo/. _build/lecture-python.notebooks
61+ # cp environment.yml _build/lecture-python.notebooks
5662 # cp _build/jupyter/*.ipynb _build/lecture-python.notebooks
5763 # ls -a _build/lecture-python.notebooks
5864 # - name: Commit latest notebooks to lecture-python.notebooks
Original file line number Diff line number Diff line change 1+ # lecture-python.notebooks
2+
3+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/QuantEcon/lecture-python.notebooks/master )
4+
5+ Notebooks for https://python.quantecon.org
6+
7+ ** Note:** This README should be edited [ here] ( https://github.com/quantecon/lecture-python.myst/_notebook_repo )
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ dependencies:
1313 - sphinx-exercise
1414 - joblib
1515 - interpolation
16- - sphinx-tojupyter
16+ - git+https://github.com/quantecon/ sphinx-tojupyter
1717
You can’t perform that action at this time.
0 commit comments