Matt McKay

Results 652 comments of Matt McKay

Also this instance ``` python # load packages (redundancy is ok) import pandas as pd # data management tools from pandas_datareader import data, wb # World Bank api #from pandas.io...

There is still an issue with `ipcluster start` command in my latest Python3.5 Anaconda distribution.

@shlff I would love PR's to solve these. 👍

@AakashGfude is this a `theme` issue? The lecture in question is: https://python-advanced.quantecon.org/entropy.html

> And when we generate the notebook repo we need all of those as well. We will need to add this to `sphinx-tojupyter` as a `builder` step in https://github.com/QuantEcon/sphinx-tojupyter/issues/33

thanks @chrisjsewell -- I see. I am still confused about what `jupyter-sphinx` does -- handles `{code-cell}` directive?. The `py` files are actually the source `md` file really. > The notebooks...

It won't be the last lecture named `matplotlib.md` `:-)`

This is actually a broader issue for `quantecon` as we have a lot of lectures written on `libraries`. For `lecture-python-programming` we have 5 such as `numpy, matplotlib etc.` and there...

@chrisjsewell so we need to move this to `jupyter-sphinx` or `myst-nb`? I agree with the "fix" just not sure where it needs to be implemented.

Perhaps the best approach here is to add a filter on `paths` to skip known patterns like `__pycache__`. Is there a `configuration` file available for `jupyter-cache` that allows for these...