Matt McKay
Matt McKay
from one of our readers: In the introduction of quantecon lecture it discussed np.rank. I could not run it so I check and according to this website https://numpy.org/devdocs/release/1.18.0-notes.html it looks...
This line seems to be failing on the latest coverage tests from last night. ```python govt_debt = wb.download(indicator='GC.DOD.TOTL.GD.ZS', country=['US', 'AU'], start=2005, end=2016).stack().unstack(0) ```
We are getting reports of issues for `numba=0.49` coming through on the `QuantEcon` package as well as lecture failures. There are some big changes in `numba=0.49` due to restructuring the...
https://github.com/gjtorikian/html-proofer
Now that @najuzilu has migrated `lecture-python-programming` to `myst` we have a direct comparison of the `rst` and `myst` parsers. Given both parsers use `docutils` we can use this project as...
@DrDrij any ideas why the icon isn't showing up sometimes in `Safari`. It is fine in `Brave`/`Chrome`
This PR - [x] removes the code-book - [x] converts existing `md` files to `ipynb` files - [x] provides a new `notebooks` page to link to github to download the...
The Chapter 1 code is not compatible with Google Colab as it request access to latex to render some of the network plots. Thanks to a reader for reporting this...
We are looking to simplify by: - [ ] remove jupyter-book builds - [ ] add code that is currently in this repo (as the source of truth) and convert...