diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js index 43667d6..f497362 100644 --- a/IPython/html/static/notebook/js/tour.js +++ b/IPython/html/static/notebook/js/tour.js @@ -34,7 +34,7 @@ var tour_steps = [ content: "Information about the last time this notebook was saved." }, { element: "#menus", - placement: 'bottom', + placement: 'left', title: "Notebook Menubar", content: "The actions that you can perform with this notebook, its cells, and its kernel" }, { @@ -48,7 +48,7 @@ var tour_steps = [ onShow: function(tour) { IPython.notification_area.widget_dict.kernel.set_message("sample notification"); }, onHide: function(tour) { IPython.notification_area.widget_dict.kernel.set_message("sample notification", 100); }, title: "Notification area", - content: "Message in response to user action (Kernel busy, Interrupt, etc)" + content: "Messages in response to user action (Kernel busy, Interrupt, etc)" }, { element: "#modal_indicator", title: "Mode indicator", @@ -99,6 +99,21 @@ var tour_steps = [ } ]; +var tour_style = "