Skip to content

Commit fe662ab

Browse files
authored
Update setup.md
I'm updating these links because the commonmark parser does not recognise them and my intervention did not account for this situation. This is the only place in this or any of the other lessons I have modified where this happens, so it's easier for me to update this than to update my intervention and add tests.
1 parent 8994f56 commit fe662ab

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

setup.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,17 @@ If you installed Anaconda, you can launch a notebook in two ways:
4545
>
4646
> 1. Launch Anaconda Navigator.
4747
> It might ask you if you'd like to send anonymized usage information to Anaconda developers:
48-
> ![Anaconda Navigator first launch](
49-
{{ page.root }}{% link fig/anaconda-navigator-first-launch.png %})
48+
> ![Anaconda Navigator first launch]({{ page.root }}{% link fig/anaconda-navigator-first-launch.png %})
5049
> Make your choice and click "Ok, and don't show again" button.
5150
> 2. Find the "Notebook" tab and click on the "Launch" button:
52-
> ![Anaconda Navigator Notebook launch](
53-
{{ page.root }}{% link fig/anaconda-navigator-notebook-launch.png %})
51+
> ![Anaconda Navigator Notebook launch]({{ page.root }}{% link fig/anaconda-navigator-notebook-launch.png %})
5452
> Anaconda will open a new browser window or tab with a Notebook Dashboard showing you the
5553
> contents of your Home (or User) folder.
5654
> 3. Navigate to the `data` directory by clicking on the directory names leading to it:
5755
> `Desktop`, `swc-python`, then `data`:
58-
> ![Anaconda Navigator Notebook directory](
59-
{{ page.root }}{% link fig/jupyter-notebook-data-directory.png %})
56+
> ![Anaconda Navigator Notebook directory]({{ page.root }}{% link fig/jupyter-notebook-data-directory.png %})
6057
> 4. Launch the notebook by clicking on the "New" button and then selecting "Python 3":
61-
> ![Anaconda Navigator Notebook directory](
62-
{{ page.root }}{% link fig/jupyter-notebook-launch-notebook.png %})
58+
> ![Anaconda Navigator Notebook directory]({{ page.root }}{% link fig/jupyter-notebook-launch-notebook.png %})
6359
{: .solution}
6460

6561
> ## Command line (Terminal)
@@ -104,8 +100,7 @@ If you installed Anaconda, you can launch a notebook in two ways:
104100
>
105101
> 3\. Launch the notebook by clicking on the "New" button on the right and selecting "Python 3"
106102
> from the drop-down menu:
107-
> ![Anaconda Navigator Notebook directory](
108-
{{ page.root }}{% link fig/jupyter-notebook-launch-notebook2.png %})
103+
> ![Anaconda Navigator Notebook directory]({{ page.root }}{% link fig/jupyter-notebook-launch-notebook2.png %})
109104
{: .solution}
110105
111106
&nbsp; <!-- vertical spacer -->

0 commit comments

Comments
 (0)