Add pointer to Jupyter's viewer which displays equations properly
parent
10670c6005
commit
62dc13bbfb
|
@ -6,7 +6,9 @@
|
|||
"source": [
|
||||
"**Equations**\n",
|
||||
"\n",
|
||||
"*This notebook lists all the equations in the book. If you decide to print them on a T-Shirt, I definitely want a copy! ;-)*"
|
||||
"*This notebook lists all the equations in the book. If you decide to print them on a T-Shirt, I definitely want a copy! ;-)*\n",
|
||||
"\n",
|
||||
"**Warning**: GitHub's notebook viewer does not render equations properly. You should either view this notebook within Jupyter itself or use [Jupyter's online viewer](http://nbviewer.jupyter.org/github/ageron/handson-ml/blob/master/book_equations.ipynb)."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue