|
6 | 6 | "source": [ |
7 | 7 | "<p><font size=\"6\"><b>Jupyter notebook INTRODUCTION </b></font></p>\n", |
8 | 8 | "\n", |
9 | | - "> *© 2022, Joris Van den Bossche and Stijn Van Hoey (<mailto:jorisvandenbossche@gmail.com>, <mailto:stijnvanhoey@gmail.com>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", |
| 9 | + "> *© 2024, Joris Van den Bossche and Stijn Van Hoey (<mailto:jorisvandenbossche@gmail.com>, <mailto:stijnvanhoey@gmail.com>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n", |
10 | 10 | "\n", |
11 | 11 | "---" |
12 | 12 | ] |
|
25 | 25 | "cell_type": "markdown", |
26 | 26 | "metadata": {}, |
27 | 27 | "source": [ |
28 | | - "<big><center>To run a cell: push the start triangle in the menu or type **SHIFT + ENTER/RETURN**\n", |
| 28 | + "<big><center>To run a cell: push the start triangle in the menu or type **SHIFT + ENTER/RETURN**<br><br>\n", |
29 | 29 | "" |
30 | 30 | ] |
31 | 31 | }, |
|
193 | 193 | "# Notebook handling ESSENTIALS" |
194 | 194 | ] |
195 | 195 | }, |
| 196 | + { |
| 197 | + "cell_type": "markdown", |
| 198 | + "metadata": {}, |
| 199 | + "source": [ |
| 200 | + "## Execution: SHIFT + ENTER\n", |
| 201 | + "\n", |
| 202 | + "**REMEMBER**: To run a cell: <strike>push the start triangle in the menu or</strike> type **SHIFT + ENTER**\n", |
| 203 | + "\n", |
| 204 | + "" |
| 205 | + ] |
| 206 | + }, |
196 | 207 | { |
197 | 208 | "cell_type": "markdown", |
198 | 209 | "metadata": {}, |
|
301 | 312 | "cell_type": "markdown", |
302 | 313 | "metadata": {}, |
303 | 314 | "source": [ |
304 | | - "## *edit* mode to *command* mode\n", |
| 315 | + "## *edit* mode vs *command* mode\n", |
305 | 316 | "\n", |
306 | | - "* *edit* mode means you're editing a cell, i.e. with your cursor inside a cell to type content\n", |
307 | | - "* *command* mode means you're NOT editing(!), i.e. NOT with your cursor inside a cell to type content\n", |
| 317 | + "* *edit* mode means you're editing a cell, i.e. with your cursor inside a cell to type content --> <font color=\"blue\">blue colored border</font>\n", |
| 318 | + "* *command* mode means you're NOT editing(!), i.e. NOT with your cursor inside a cell to type content --> selected cell has a grey border\n", |
308 | 319 | "\n", |
309 | 320 | "To start editing, click inside a cell or \n", |
310 | 321 | "<img src=\"../img/enterbutton.png\" alt=\"Key enter\" style=\"width:150px\">\n", |
|
540 | 551 | "name": "python", |
541 | 552 | "nbconvert_exporter": "python", |
542 | 553 | "pygments_lexer": "ipython3", |
543 | | - "version": "3.10.4" |
| 554 | + "version": "3.11.7" |
544 | 555 | }, |
545 | 556 | "nav_menu": {}, |
546 | 557 | "toc": { |
|
0 commit comments