Closed
Description
I hope this is the right way to report this! It is an issue with the documentation rather than the code
Problem description
http://pandas.pydata.org/pandas-docs/stable/style.html#Styling
This is the first section, and contains a link to:
http://nbviewer.jupyter.org/github/pandas-dev/pandas/blob/master/doc/source/html-styling.ipynb
which gives me a 404 error.
Further down:
http://pandas.pydata.org/pandas-docs/stable/style.html#Builtin-Styles
As you can see, there is problem in the jupyter notebook where seaborn is not found. At least I assume you will see it - this is what I see:
error text
/Users/taugspurger/miniconda3/envs/pandas-dev/lib/python3.6/site-packages/matplotlib/colors.py:494: RuntimeWarning: invalid value encountered in less
cbook._putmask(xa, xa < 0.0, -1)