Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add anaconda navigator instructions in 'Running and Quitting' episode #533

Merged
merged 3 commits into from
May 21, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions _episodes/01-run-quit.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ does not require an internet connection.

## Starting JupyterLab

### Mac OS X
You can start the Jupyterlab server through the command line, or through an application called
`Anaconda Navigator`. Anaconda Navigator is included as part of the Anaconda Python distribution.

### Mac OS X - Command Line
To start the JupyterLab server you will need to access the command line through the Terminal.
There are two ways to open Terminal on Mac.

Expand All @@ -73,7 +76,16 @@ $ jupyter lab
~~~
{: .bash}

### Windows Users
### Mac OS X - Anaconda Navigator
To start the JupyterLab server you will need to access Anaconda Navigator.

Press <kbd>Command</kbd> + <kbd>spacebar</kbd> to launch Spotlight. Type `Anaconda Navigator` and then
double-click the search result or hit <kbd>Enter</kbd>

After you have launched Anaconda Navigator, click the `Launch` button under JupyterLab. You may need
to scroll down to find it.

### Windows Users - Command Line
To start the JupyterLab server you will need to access the open Anaconda Prompt.

Press <kbd>Windows Logo Key</kbd> and search for `Anaconda Prompt`, click the result or press enter.
Expand All @@ -85,6 +97,21 @@ $ jupyter lab
~~~
{: .bash}

### Windows Users - Anaconda Navigator
To start the JupyterLab server you will need to access Anaconda Navigator.

Press <kbd>Windows Logo Key</kbd> and search for `Anaconda Navigator`, click the result or press enter.

After you have launched Anaconda Navigator, click the `Launch` button under JupyterLab. You may need
to scroll down to find it.

Below is a screenshot of a similar Anaconda Navigator to the one that should open on either Mac OS X
or Windows.
<p align='center'>
<img alt="Anaconda Navigator landing page" src="../fig/0_anaconda_navigator_landing_page.png" width="750"/>
</p>


Below is a screenshot of a similar JupyterLab landing page to the one that should open in your
default web browser after starting the JupyterLab server on either Mac OS X or Windows.

Expand Down
Binary file added fig/0_anaconda_navigator_landing_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.