We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c47b7 commit 9ac5f99Copy full SHA for 9ac5f99
_notebook_repo/README.md
@@ -0,0 +1,7 @@
1
+# lecture-python.notebooks
2
+
3
+[](https://mybinder.org/v2/gh/QuantEcon/lecture-python-intro.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-intro/_notebook_repo)
_notebook_repo/environment.yml
+name: lecture-python-intro
+channels:
+ - default
+dependencies:
+ - python=3.10
+ - anaconda=2023.03
0 commit comments