Skip to content

Commit b903e40

Browse files
committed
Better image
1 parent 6ae56ff commit b903e40

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

_episodes/01-conda.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,20 @@ your notebook first.)
348348
> ## Launch a Jupyer Notebook
349349
>
350350
> In preparation for the next lesson,
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.
351+
> open a new Jupyter Notebook by
352+
> entering `jupyter notebook &` at the bash shell
353+
> or by clicking the Jupyter Notebook launch button in the Anaconda Navigator.
354354
>
355+
> The Jupyter interface will open in a new tab of your default web browser.
356+
> Use that interface to navigate to the `data-carpentry` directory
357+
> that you created specifically for these lessons
358+
> and then click to create a new Python 3 notebook:
359+
>
355360
> ![Launch Jupyter notebook](../fig/01-launch-notebook.png)
356361
>
357-
> Once you've opened your notebook,
362+
> Once your notebook is open,
358363
> import xarray, catropy, matplotlib and numpy
359-
> using the following Python command:
364+
> using the following Python commands:
360365
> ~~~
361366
> import xarray as xr
362367
> import cartopy.crs as ccrs

fig/01-launch-notebook.png

29.5 KB
Loading

0 commit comments

Comments
 (0)