Skip to content

Commit 6ae56ff

Browse files
committed
Added image of notebook launch
1 parent 6f76eb9 commit 6ae56ff

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

_episodes/01-conda.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,15 @@ your notebook first.)
348348
> ## Launch a Jupyer Notebook
349349
>
350350
> In preparation for the next lesson,
351-
> open a new Jupyter Notebook (from either the bash shell or Anaconda Navigator)
352-
> and import xarray, catropy, matplotlib and numpy using the following Python command:
351+
> open a new Jupyter Notebook (using either the bash shell or Anaconda Navigator).
352+
> You should launch it from the `data-carpentry` directory
353+
> that you created specifically for these lessons.
354+
>
355+
> ![Launch Jupyter notebook](../fig/01-launch-notebook.png)
356+
>
357+
> Once you've opened your notebook,
358+
> import xarray, catropy, matplotlib and numpy
359+
> using the following Python command:
353360
> ~~~
354361
> import xarray as xr
355362
> import cartopy.crs as ccrs

fig/01-launch-notebook.png

142 KB
Loading

0 commit comments

Comments
 (0)