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 | 42 | element: "#modal_indicator", |
|
43 | 43 | title: "Mode Indicator", |
|
44 | 44 | placement: 'bottom', |
|
45 |
content: " |
|
|
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 | 46 | onShow: function(tour) { command_icon_hack(); } |
|
47 | 47 | }, { |
|
48 | 48 | element: "#modal_indicator", |
General Comments 0
You need to be logged in to leave comments.
Login now