Skip to content

Commit f649988

Browse files
committed
Add resources to populate lecture-python-advanced.notebooks
1 parent 745898a commit f649988

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

_notebook_repo/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# lecture-python-advanced.notebooks
2+
3+
[![Binder](https://mybinder.org/badge_logo.svg)](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

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: lecture-python-advanced
2+
channels:
3+
- default
4+
dependencies:
5+
- python=3.8
6+
- anaconda
7+

0 commit comments

Comments
 (0)