From 466e05c165eb9b69ea8bbc5c5c27a6fcdefb93da Mon Sep 17 00:00:00 2001 From: Susan Tan Date: Mon, 3 Feb 2014 17:35:55 -0800 Subject: [PATCH] Add notebook examples link to help menu. --- IPython/html/templates/notebook.html | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index 566861119..ef50541a4 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -222,6 +222,7 @@ class="notebook_app" sections = ( ( ("http://ipython.org/documentation.html","IPython Help",True), + ("http://nbviewer.ipython.org/github/ipython/ipython/tree/master/examples/notebooks/", "Notebook Examples", True), ("http://ipython.org/ipython-doc/stable/interactive/notebook.html","Notebook Help",True), ("http://ipython.org/ipython-doc/dev/interactive/cm_keyboard.html","Editor Shortcuts",True), ),(