ipython / ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
https://ipython.readthedocs.org
BSD 3-Clause "New" or "Revised" License
16.32k stars 4.45k forks source link

cdn.mathjax.org end-of-life, switch to alternatives #10445

Open pkra opened 7 years ago

pkra commented 7 years ago

I think this is no longer an immediate problem but users may have older content that could be affected, so I hope it's not too much noise to mention it here.

In short, cdn.mathjax.org is nearing its end-of-life, you can check https://www.mathjax.org/cdn-shutting-down/ for migration tips.

takluyver commented 7 years ago

Thanks!

The notebook application includes a bundled copy of Mathjax, so it shouldn't be affected by the CDN shutting down. HTML files produced by nbconvert do rely on Mathjax, however - we're switching nbconvert to use cdnjs (jupyter/nbconvert#567) from version 5.2 onwards.

pkra commented 7 years ago

the notebook application includes a bundled copy of Mathjax, so it shouldn't be affected

Right. I mostly posted to spread the word.

we're switching nbconvert to use cdnjs (jupyter/nbconvert#567) from version 5.2 onwards.

Thanks!