|
20 | 20 | "source": [
|
21 | 21 | "When you first start the notebook server, your browser will open to the notebook dashboard. The dashboard serves as a home page for the notebook. Its main purpose is to display the notebooks and files in the current directory. For example, here is a screenshot of the dashboard page for the `examples` directory in the Jupyter repository:\n",
|
22 | 22 | "\n",
|
23 |
| - "<img src=\"images/dashboard_files_tab.png\" width=\"791px\"/>" |
| 23 | + "" |
24 | 24 | ]
|
25 | 25 | },
|
26 | 26 | {
|
|
31 | 31 | "\n",
|
32 | 32 | "To create a new notebook, click on the \"New\" button at the top of the list and select a kernel from the dropdown (as seen below). Which kernels are listed depend on what's installed on the server. Some of the kernels in the screenshot below may not exist as an option to you.\n",
|
33 | 33 | "\n",
|
34 |
| - "<img src=\"images/dashboard_files_tab_new.png\" width=\"202px\" />" |
| 34 | + "" |
35 | 35 | ]
|
36 | 36 | },
|
37 | 37 | {
|
|
42 | 42 | "\n",
|
43 | 43 | "The notebook list shows green \"Running\" text and a green notebook icon next to running notebooks (as seen below). Notebooks remain running until you explicitly shut them down; closing the notebook's page is not sufficient.\n",
|
44 | 44 | "\n",
|
45 |
| - "<img src=\"images/dashboard_files_tab_run.png\" width=\"777px\"/>" |
| 45 | + "\n", |
| 46 | + "" |
46 | 47 | ]
|
47 | 48 | },
|
48 | 49 | {
|
|
51 | 52 | "source": [
|
52 | 53 | "To shutdown, delete, duplicate, or rename a notebook check the checkbox next to it and an array of controls will appear at the top of the notebook list (as seen below). You can also use the same operations on directories and files when applicable.\n",
|
53 | 54 | "\n",
|
54 |
| - "<img src=\"images/dashboard_files_tab_btns.png\" width=\"301px\" />" |
| 55 | + "" |
55 | 56 | ]
|
56 | 57 | },
|
57 | 58 | {
|
|
60 | 61 | "source": [
|
61 | 62 | "To see all of your running notebooks along with their directories, click on the \"Running\" tab:\n",
|
62 | 63 | "\n",
|
63 |
| - "<img src=\"images/dashboard_running_tab.png\" width=\"786px\" />\n", |
| 64 | + "\n", |
64 | 65 | "\n",
|
65 | 66 | "This view provides a convenient way to track notebooks that you start as you navigate the file system in a long running notebook server."
|
66 | 67 | ]
|
|
112 | 113 | "source": [
|
113 | 114 | "Edit mode is indicated by a green cell border and a prompt showing in the editor area:\n",
|
114 | 115 | "\n",
|
115 |
| - "<img src=\"images/edit_mode.png\">\n", |
| 116 | + "\n", |
116 | 117 | "\n",
|
117 | 118 | "When a cell is in edit mode, you can type into the cell, like a normal text editor."
|
118 | 119 | ]
|
|
139 | 140 | "source": [
|
140 | 141 | "Command mode is indicated by a grey cell border with a blue left margin:\n",
|
141 | 142 | "\n",
|
142 |
| - "<img src=\"images/command_mode.png\">\n", |
| 143 | + "\n", |
143 | 144 | "\n",
|
144 | 145 | "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."
|
145 | 146 | ]
|
|
175 | 176 | "source": [
|
176 | 177 | "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",
|
177 | 178 | "\n",
|
178 |
| - "<img src=\"images/menubar_toolbar.png\" width=\"786px\" />" |
| 179 | + "" |
179 | 180 | ]
|
180 | 181 | },
|
181 | 182 | {
|
|
245 | 246 | "name": "python",
|
246 | 247 | "nbconvert_exporter": "python",
|
247 | 248 | "pygments_lexer": "ipython3",
|
248 |
| - "version": "3.5.1" |
| 249 | + "version": "3.5.2" |
249 | 250 | }
|
250 | 251 | },
|
251 | 252 | "nbformat": 4,
|
252 |
| - "nbformat_minor": 0 |
| 253 | + "nbformat_minor": 1 |
253 | 254 | }
|
0 commit comments