##// END OF EJS Templates
Fixing links and text of User Experience notebook.
Brian E. Granger -
Show More
@@ -38,7 +38,7 b''
38 "cell_type": "markdown",
38 "cell_type": "markdown",
39 "metadata": {},
39 "metadata": {},
40 "source": [
40 "source": [
41 "Starting with IPython 2.0, the IPython Notebook has a modal user experience. This means that the keyboard does different things depending on which mode the Notebook is in. There are two modes:"
41 "Starting with IPython 2.0, the IPython Notebook has a modal user experience. This means that the keyboard does different things depending on which mode the Notebook is in. There are two modes: edit mode and command mode."
42 ]
42 ]
43 },
43 },
44 {
44 {
@@ -55,7 +55,7 b''
55 "source": [
55 "source": [
56 "Edit mode is indicated by a green cell border and a prompt showing in the editor area:\n",
56 "Edit mode is indicated by a green cell border and a prompt showing in the editor area:\n",
57 "\n",
57 "\n",
58 "<img src=\"edit_mode.png\">\n",
58 "<img src=\"images/edit_mode.png\">\n",
59 "\n",
59 "\n",
60 "When a cell is in edit mode, you can type into the cell, like a normal text editor.\n",
60 "When a cell is in edit mode, you can type into the cell, like a normal text editor.\n",
61 "\n",
61 "\n",
@@ -78,7 +78,7 b''
78 "source": [
78 "source": [
79 "Command mode is indicated by a grey cell border:\n",
79 "Command mode is indicated by a grey cell border:\n",
80 "\n",
80 "\n",
81 "<img src=\"command_mode.png\">\n",
81 "<img src=\"images/command_mode.png\">\n",
82 "\n",
82 "\n",
83 "When you are in command mode, you are able to edit the notebook as a whole, but not type into individual cells. Most importantly, in command mode, the keyboard is mapped to a set of shortcuts that let you perform notebook and cell actions efficiently. For example, if you are in command mode and you press `c`, you will copy the current cell - no modifier is needed.\n",
83 "When you are in command mode, you are able to edit the notebook as a whole, but not type into individual cells. Most importantly, in command mode, the keyboard is mapped to a set of shortcuts that let you perform notebook and cell actions efficiently. For example, if you are in command mode and you press `c`, you will copy the current cell - no modifier is needed.\n",
84 "\n",
84 "\n",
@@ -105,7 +105,7 b''
105 "source": [
105 "source": [
106 "All navigation and actions in the Notebook are available using the mouse through the menubar and toolbar, which are both above the main Notebook area:\n",
106 "All navigation and actions in the Notebook are available using the mouse through the menubar and toolbar, which are both above the main Notebook area:\n",
107 "\n",
107 "\n",
108 "<img src=\"menubar_toolbar.png\">"
108 "<img src=\"images/menubar_toolbar.png\">"
109 ]
109 ]
110 },
110 },
111 {
111 {
General Comments 0
You need to be logged in to leave comments. Login now