File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ $ conda list
227
227
> $ conda env create damienirving/pyaos-lesson
228
228
> $ conda activate pyaos-lesson
229
229
> ~~~
230
+ > {: .language-bash}
230
231
>
231
232
> The ease with which others can recreate your environment (on any operating system)
232
233
> is a huge breakthough for reproducible research.
@@ -283,6 +284,7 @@ plot_precipitation_climatology.py
283
284
In [ 3] : exit
284
285
$
285
286
~~~
287
+ {: .language-bash}
286
288
287
289
(The IPython interpreter can also be accessed via the Anaconda Navigator
288
290
by running the QtConsole.)
@@ -333,8 +335,7 @@ your notebook first.)
333
335
>
334
336
> > ## Solution
335
337
> >
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)
338
339
> > at the top of the page
339
340
> > contains a series of drop-down boxes explaining how to install the Python libraries
340
341
> > on different operating systems.
@@ -355,7 +356,7 @@ your notebook first.)
355
356
> import matplotlib.pyplot as plt
356
357
> import numpy as np
357
358
> ~~~
358
- {: .language-python}
359
+ > {: .language-python}
359
360
>
360
361
> (Hint: Hold down the shift and return keys to execute a code cell in a Jupyter Notebook.)
361
362
>
You can’t perform that action at this time.
0 commit comments