ipython / ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

Home Page:https://ipython.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken link in documentation

jbwhit opened this issue · comments

On this page: https://ipython.readthedocs.io/en/stable/interactive/plotting.html

The call out box that says:

Plotting with Matplotlib example notebook

This link is broken. I looked for a plausible notebook in the repo and couldn't find a plausible replacement link.

Weird, it looks like it just started working for me.

I think that I figured out what happened. NBviewer's redirect of the link "http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/1.x/examples/notebooks/Part%203%20-%20Plotting%20with%20Matplotlib.ipynb" to this link "https://nbviewer.org/github/ipython/ipython/blob/1.x/examples/notebooks/Part%203%20-%20Plotting%20with%20Matplotlib.ipynb" was down for a bit.

Maybe it would be a bit more stable if the link was updated? Doesn't seem urgent either way.