Skip to content

Commit 86749bb

Browse files
2023 edition - correction
1 parent 1e888a7 commit 86749bb

32 files changed

Lines changed: 1516 additions & 2541 deletions

_solved/00-jupyter_introduction.ipynb

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,17 @@
202202
"# Notebook handling ESSENTIALS"
203203
]
204204
},
205+
{
206+
"cell_type": "markdown",
207+
"metadata": {},
208+
"source": [
209+
"## Execution: SHIFT + ENTER\n",
210+
"\n",
211+
"**REMEMBER**: To run a cell: <strike>push the start triangle in the menu or</strike> type **SHIFT + ENTER**\n",
212+
" \n",
213+
"![](../img/notebook/shiftenter.jpg)"
214+
]
215+
},
205216
{
206217
"cell_type": "markdown",
207218
"metadata": {},
@@ -309,10 +320,10 @@
309320
"cell_type": "markdown",
310321
"metadata": {},
311322
"source": [
312-
"## *edit* mode to *command* mode\n",
323+
"## *edit* mode vs *command* mode\n",
313324
"\n",
314-
"* *edit* mode means you're editing a cell, i.e. with your cursor inside a cell to type content --> <font color=\"green\">green colored side</font>\n",
315-
"* *command* mode means you're NOT editing(!), i.e. NOT with your cursor inside a cell to type content --> <font color=\"blue\">blue colored side</font>\n",
325+
"* *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",
326+
"* *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",
316327
"\n",
317328
"To start editing, click inside a cell or \n",
318329
"<img src=\"../img/notebook/enterbutton.png\" alt=\"Key enter\" style=\"width:150px\">\n",
@@ -345,7 +356,7 @@
345356
"cell_type": "markdown",
346357
"metadata": {},
347358
"source": [
348-
"## CTRL + SHIFT + P"
359+
"## CTRL + SHIFT + C"
349360
]
350361
},
351362
{
@@ -530,9 +541,6 @@
530541
}
531542
],
532543
"metadata": {
533-
"jupytext": {
534-
"cell_metadata_filter": "-run_control,-deletable,-editable,-jupyter,-slideshow"
535-
},
536544
"kernelspec": {
537545
"display_name": "Python 3 (ipykernel)",
538546
"language": "python",

0 commit comments

Comments
 (0)