File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -348,15 +348,20 @@ your notebook first.)
348
348
> ## Launch a Jupyer Notebook
349
349
>
350
350
> 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 .
354
354
>
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
+ >
355
360
> 
356
361
>
357
- > Once you've opened your notebook,
362
+ > Once your notebook is open ,
358
363
> import xarray, catropy, matplotlib and numpy
359
- > using the following Python command :
364
+ > using the following Python commands :
360
365
> ~~~
361
366
> import xarray as xr
362
367
> import cartopy.crs as ccrs
You can’t perform that action at this time.
0 commit comments