QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
77 stars 23 forks source link

Numbered equations break display of ipynb in github's built in viewer #127

Closed jlperla closed 6 years ago

jlperla commented 6 years ago

Take one of the generated notebooks from sphinx with equation numbers, check it into github, and then go to the repo. You will see that the html around the equation ends up breaking display. See the attached

image

jlperla commented 6 years ago

@mmcky I checked this in nbviewer and it seems to not be an issue there.

mmcky commented 6 years ago

thanks @jlperla nbviewer is much closer to nbconvert output. Github is a more limited viewing platform for notebooks. I have had a few things break on GitHub.

jlperla commented 6 years ago

OK, then let me close this. If the numbering works in nbviewer, then no need to force it to support the github viewer (since links using nbviewer are so easy to add on README)