Skip to content

Commit 3817c82

Browse files
jorisvandenbosschestijnvanhoey
authored andcommitted
update image links
1 parent f2d2089 commit 3817c82

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_solved/00-jupyter_introduction.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"source": [
6262
"<big><center>To run a cell: push the start triangle in the menu or type **SHIFT + ENTER/RETURN**\n",
63-
"![](../../img/shiftenter.jpg)"
63+
"![](../img/shiftenter.jpg)"
6464
]
6565
},
6666
{
@@ -342,7 +342,7 @@
342342
},
343343
"source": [
344344
"## Completion: TAB\n",
345-
"![](../../img/tabbutton.jpg)"
345+
"![](../img/tabbutton.jpg)"
346346
]
347347
},
348348
{
@@ -422,7 +422,7 @@
422422
},
423423
"source": [
424424
"## Help: SHIFT + TAB\n",
425-
"![](../../img/shift-tab.png)"
425+
"![](../img/shift-tab.png)"
426426
]
427427
},
428428
{
@@ -601,10 +601,10 @@
601601
"* *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",
602602
"\n",
603603
"To start editing, click inside a cell or \n",
604-
"<img src=\"../../img/enterbutton.png\" alt=\"Key enter\" style=\"width:150px\">\n",
604+
"<img src=\"../img/enterbutton.png\" alt=\"Key enter\" style=\"width:150px\">\n",
605605
"\n",
606606
"To stop editing,\n",
607-
"<img src=\"../../img/keyescape.png\" alt=\"Key A\" style=\"width:150px\">"
607+
"<img src=\"../img/keyescape.png\" alt=\"Key A\" style=\"width:150px\">"
608608
]
609609
},
610610
{
@@ -616,7 +616,7 @@
616616
},
617617
"source": [
618618
"## new cell A-bove\n",
619-
"<img src=\"../../img/keya.png\" alt=\"Key A\" style=\"width:150px\">\n",
619+
"<img src=\"../img/keya.png\" alt=\"Key A\" style=\"width:150px\">\n",
620620
"\n",
621621
"Create a new cell above with the key A... when in *command* mode"
622622
]
@@ -630,7 +630,7 @@
630630
},
631631
"source": [
632632
"## new cell B-elow\n",
633-
"<img src=\"../../img/keyb.png\" alt=\"Key B\" style=\"width:150px\">\n",
633+
"<img src=\"../img/keyb.png\" alt=\"Key B\" style=\"width:150px\">\n",
634634
"\n",
635635
"Create a new cell below with the key B... when in *command* mode"
636636
]
@@ -718,7 +718,7 @@
718718
},
719719
"source": [
720720
"<big><center>**REMEMBER**: To run a cell: <strike>push the start triangle in the menu or</strike> type **SHIFT + ENTER**\n",
721-
"![](../../img/shiftenter.jpg)"
721+
"![](../img/shiftenter.jpg)"
722722
]
723723
},
724724
{

0 commit comments

Comments
 (0)