Skip to content

Commit b6d9e96

Browse files
committed
add nbviewer link
1 parent 01792a8 commit b6d9e96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/html-styling.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"\n",
99
"<p style=\"color: red\">*Provisional: This is a new feature and still under development. We'll be adding features and possibly making breaking changes in future releases. We'd love to hear your [feedback](https://github.com/pydata/pandas/issues).*<p style=\"color: red\">\n",
1010
"\n",
11+
"This document is written as a Jupyter Notebook, and can be viewed or downloaded [here](http://nbviewer.ipython.org/github/pydata/pandas/blob/master/doc/source/html-styling.ipynb).\n",
12+
"\n",
1113
"You can apply **conditional formatting**, the visual styling of a DataFrame\n",
1214
"depending on the data within, by using the ``DataFrame.style`` property.\n",
1315
"This is a property that returns a ``pandas.Styler`` object, which has\n",

0 commit comments

Comments
 (0)