Skip to content

DOC: broken link in user guide/style #52157

Closed
@phlummox

Description

@phlummox

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/docs/user_guide/style.html

Documentation problem

The link to an online notebook-viewer, here –

"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 –

"[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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions