We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745898a commit f649988Copy full SHA for f649988
_notebook_repo/README.md
@@ -0,0 +1,7 @@
1
+# lecture-python-advanced.notebooks
2
+
3
+[](https://mybinder.org/v2/gh/QuantEcon/lecture-python-advanced.notebooks/master)
4
5
+Notebooks for https://python-advanced.quantecon.org
6
7
+**Note:** This README should be edited [here](https://github.com/quantecon/lecture-python-advanced.myst/_notebook_repo)
_notebook_repo/environment.yml
+name: lecture-python-advanced
+channels:
+ - default
+dependencies:
+ - python=3.8
+ - anaconda
0 commit comments