Skip to content

Commit 9138e18

Browse files
authored
fix image path
1 parent 36a1618 commit 9138e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
9393
> ## Running Cells in a Notebook
9494
>
9595
>
96-
> ![Overview of the Jupyter Notebook graphical user interface]({{ page.root }}{% link fig/jupyter_overview.png %})
96+
> ![Overview of the Jupyter Notebook graphical user interface](../fig/jupyter_overview.png)
9797
> To run Python code in a Jupyter notebook cell, click on a cell in the notebook
9898
> (or add a new one by clicking the `+` button in the toolbar),
9999
> make sure that the cell type is set to "Code" (check the dropdown in the toolbar),

0 commit comments

Comments
 (0)