Skip to content

Commit 36a1618

Browse files
authored
typo fixes
1 parent c7831b6 commit 36a1618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
6767
>
6868
> Launch the Anaconda Prompt program and type `jupyter lab`.
6969
> (Running this command on the standard Command Prompt will return an error:
70-
> `'conda' is not recognized as an internal or external command, operable program or batch file.`
70+
> `'conda' is not recognized as an internal or external command, operable program or batch file.`)
7171
{: .solution }
7272
7373
After Jupyter Lab has launched, click the "Python 3" button under "Notebook" in the launcher window,
@@ -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.source}}{% link fig/jupyter_overview.png %})
96+
> ![Overview of the Jupyter Notebook graphical user interface]({{ page.root }}{% link 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)