Skip to content

Commit ca4e130

Browse files
committed
remove reference to green cell highlighter
because that has become blue in JupyterLab Also added image at bottom
1 parent 62001c6 commit ca4e130

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"\n",
5555
"### Editing code\n",
5656
"\n",
57-
"If you want to *change* the code in the currently highlighted cell, you need to press `ENTER`. (You have now entered the [Editing mode](https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Notebook%20Basics.html#Edit-mode).) Now the blue line to the left of the active cell becomes green, and the content of the cell can be edited. If you have completed your changes, and you want to execute them, use the `Shift+ENTER` short cut.\n",
57+
"If you want to *change* the code in the currently highlighted cell, you need to press `ENTER`. You have now entered the [Editing mode](https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Notebook%20Basics.html#Edit-mode), and the content of the cell can be edited. If you have completed your changes, and you want to execute them, use the `Shift+ENTER` short cut.\n",
5858
"\n",
5959
"Note that you can also edit blocks of text (or go into edit mode for a text cell unintentionally). Just press `Shift+ENTER` to render the text again, and go back into command mode."
6060
]
@@ -78,6 +78,13 @@
7878
"\n",
7979
"Enjoy!"
8080
]
81+
},
82+
{
83+
"cell_type": "markdown",
84+
"metadata": {},
85+
"source": [
86+
"![Logo, created with MayaVi](static/images/mayavi/mayavi-samp.png \"3d magnetisation vector field\")\n"
87+
]
8188
}
8289
],
8390
"metadata": {

0 commit comments

Comments
 (0)