Matt McKay

Results 718 comments of Matt McKay

@MuhammadFaisalAvicenna can you please elaborate on your description. Are there broken links?

The way we previously addressed this in `sphinxcontrib-jupyter` was to remove the code with tag `no-execute` prior to notebook execution. (as @chrisjsewell says we can't adjust the notebook once passed...

I think a tag for this would be great. FWIW - in [sphinxcontrib-tomyst](https://github.com/QuantEcon/sphinxcontrib-tomyst) I have been adding support for targeting `code-cell` directives for execution and using the sphinx `code-block` directives...

I have misunderstood the deprecation notices that are issued on the `CI` so I will need to look at `myst-nb` docs to understand what the new configuration names and structure...

> Apart from that the build is running. @mmcky are the docs updated here, or do we need to update things? Hey @AakashGfude we will need to do a full...

@AakashGfude with a number of the configuration changes I think we need to write a short section around updates needed when moving from `jupyter-book=0.14` with some common gotcha's and how...

thanks for reporting this @jackminchin I can replicate this issue locally. Looks like the `index.html` is written assuming the `html` ```html ``` and it should be ```html ``` Do you...

Example notebook: `Chapter_12/multicollinearity_and_precision.ipynb`

**Drop In QuantEcon Support** If anyone has questions about the scientific computing environment such as `Linux`, `Git`, `VM's`, `GitHub`, `Anaconda`, `Tex` etc. or are having issues getting something setup in...

we have come across this bug a couple times in some of our projects during `migration` checks. @AakashGfude perhaps we can see if this regex can be updated to accept...