Skip to content

Commit 6f76eb9

Browse files
authored
Fixed formatting errors
1 parent a385afa commit 6f76eb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_episodes/01-conda.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ $ conda list
227227
> $ conda env create damienirving/pyaos-lesson
228228
> $ conda activate pyaos-lesson
229229
> ~~~
230+
> {: .language-bash}
230231
>
231232
> The ease with which others can recreate your environment (on any operating system)
232233
> is a huge breakthough for reproducible research.
@@ -283,6 +284,7 @@ plot_precipitation_climatology.py
283284
In [3]: exit
284285
$
285286
~~~
287+
{: .language-bash}
286288
287289
(The IPython interpreter can also be accessed via the Anaconda Navigator
288290
by running the QtConsole.)
@@ -333,8 +335,7 @@ your notebook first.)
333335
>
334336
> > ## Solution
335337
> >
336-
> > The "Software installation" section of the
337-
> > [Setup menu](https://carpentrieslab.github.io/python-aos-lesson/setup.html)
338+
> > The [setup menu](https://carpentrieslab.github.io/python-aos-lesson/setup.html)
338339
> > at the top of the page
339340
> > contains a series of drop-down boxes explaining how to install the Python libraries
340341
> > on different operating systems.
@@ -355,7 +356,7 @@ your notebook first.)
355356
> import matplotlib.pyplot as plt
356357
> import numpy as np
357358
> ~~~
358-
{: .language-python}
359+
> {: .language-python}
359360
>
360361
> (Hint: Hold down the shift and return keys to execute a code cell in a Jupyter Notebook.)
361362
>

0 commit comments

Comments
 (0)