diff --git a/_notebook_repo/README.md b/_notebook_repo/README.md new file mode 100644 index 00000000..cdb07c90 --- /dev/null +++ b/_notebook_repo/README.md @@ -0,0 +1,7 @@ +# lecture-python-advanced.notebooks + +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantEcon/lecture-python-advanced.notebooks/master) + +Notebooks for https://python-advanced.quantecon.org + +**Note:** This README should be edited [here](https://github.com/quantecon/lecture-python-advanced.myst/_notebook_repo) diff --git a/_notebook_repo/environment.yml b/_notebook_repo/environment.yml new file mode 100644 index 00000000..20a4dee9 --- /dev/null +++ b/_notebook_repo/environment.yml @@ -0,0 +1,7 @@ +name: lecture-python-advanced +channels: + - default +dependencies: + - python=3.8 + - anaconda +