-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
Location of the documentation
https://pandas.pydata.org/docs/user_guide/style.html
Documentation problem
The link to an online notebook-viewer, here –
pandas/doc/source/user_guide/style.ipynb
Line 10 in 3f2b18a
| "class. For information on visualization with charting please see [Chart Visualization][viz]. This document is written as a Jupyter Notebook, and can be viewed or downloaded [here][download].\n", |
and here –
pandas/doc/source/user_guide/style.ipynb
Line 32 in 3f2b18a
| "[download]: https://nbviewer.ipython.org/github/pandas-dev/pandas/blob/main/doc/source/user_guide/style.ipynb\n", |
– seems to be broken.
It points to the host nbviewer.ipython.org, which, though alive and responding to HTTP requests, keeps sending back 301 redirects which just point to itself, resulting in an endless loop.
Suggested fix for documentation
I assume the correct URL should point to https://nbviewer.org, which is up and working.
So the new URL would be https://nbviewer.org/github/pandas-dev/pandas/blob/main/doc/source/user_guide/style.ipynb.
This URL would be better than the existing documentation's because it works.