##// END OF EJS Templates
added a note to what's new
Paul Ivanov -
Show More
@@ -0,0 +1,6
1 Interactive Notebook Tour
2 -------------------------
3
4 Familiarize yourself with the updated notebook user interface, including an
5 explanation of Edit and Command modes, by going through the short guided tour
6 which can be started from the Help menu.
@@ -42,7 +42,7 var tour_steps = [
42 element: "#modal_indicator",
42 element: "#modal_indicator",
43 title: "Mode Indicator",
43 title: "Mode Indicator",
44 placement: 'bottom',
44 placement: 'bottom',
45 content: "IPython has two modes: Edit Mode and Command Mode. In this area, an indicator can appear to tell you which mode you are in.",
45 content: "The Notebook has two modes: Edit Mode and Command Mode. In this area, an indicator can appear to tell you which mode you are in.",
46 onShow: function(tour) { command_icon_hack(); }
46 onShow: function(tour) { command_icon_hack(); }
47 }, {
47 }, {
48 element: "#modal_indicator",
48 element: "#modal_indicator",
General Comments 0
You need to be logged in to leave comments. Login now