Skip to content

Commit cfe16bd

Browse files
2024 january edition - update materials (#177)
1 parent 9846d9a commit cfe16bd

File tree

92 files changed

+4596
-1939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+4596
-1939
lines changed

_solved/00-jupyter_introduction.ipynb

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"<p><font size=\"6\"><b>Jupyter notebook INTRODUCTION </b></font></p>\n",
88
"\n",
9-
"> *© 2022, Joris Van den Bossche and Stijn Van Hoey (<mailto:[email protected]>, <mailto:[email protected]>). 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:[email protected]>, <mailto:[email protected]>). Licensed under [CC BY 4.0 Creative Commons](http://creativecommons.org/licenses/by/4.0/)*\n",
1010
"\n",
1111
"---"
1212
]
@@ -25,7 +25,7 @@
2525
"cell_type": "markdown",
2626
"metadata": {},
2727
"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",
2929
"![](../img/shiftenter.jpg)"
3030
]
3131
},
@@ -193,6 +193,17 @@
193193
"# Notebook handling ESSENTIALS"
194194
]
195195
},
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+
"![](../img/shiftenter.jpg)"
205+
]
206+
},
196207
{
197208
"cell_type": "markdown",
198209
"metadata": {},
@@ -301,10 +312,10 @@
301312
"cell_type": "markdown",
302313
"metadata": {},
303314
"source": [
304-
"## *edit* mode to *command* mode\n",
315+
"## *edit* mode vs *command* mode\n",
305316
"\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",
308319
"\n",
309320
"To start editing, click inside a cell or \n",
310321
"<img src=\"../img/enterbutton.png\" alt=\"Key enter\" style=\"width:150px\">\n",
@@ -540,7 +551,7 @@
540551
"name": "python",
541552
"nbconvert_exporter": "python",
542553
"pygments_lexer": "ipython3",
543-
"version": "3.10.4"
554+
"version": "3.11.7"
544555
},
545556
"nav_menu": {},
546557
"toc": {

0 commit comments

Comments
 (0)