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 all commits
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
27 changes: 22 additions & 5 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.

### macOS - 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,8 +76,8 @@ $ jupyter lab
~~~
{: .bash}

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

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

Expand All @@ -85,8 +88,22 @@ $ jupyter lab
~~~
{: .bash}

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.
### Anaconda Navigator

To start a JupyterLab server from Anaconda Navigator you must first [start Anaconda Navigator (click for detailed instructions on macOS, Windows, and Linux)](https://docs.anaconda.com/anaconda/navigator/getting-started/#starting-navigator). You can search for Anaconda Navigator via Spotlight on macOS (<kbd>Command</kbd> + <kbd>spacebar</kbd>), the Windows search function (<kbd>Windows Logo Key</kbd>) or opening a terminal shell and executing the `anaconda-navigator` executable from the command line.

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

Here is a screenshot of an Anaconda Navigator page similar to the one that should open on either macOS
or Windows.

<p align='center'>
<img alt="Anaconda Navigator landing page" src="../fig/0_anaconda_navigator_landing_page.png" width="750"/>
</p>

And here is a screenshot of a JupyterLab landing page that should be similar to the one that opens in your
default web browser after starting the JupyterLab server on either macOS or Windows.

<p align='center'>
<img alt="JupyterLab landing page" src="../fig/0_jupyterlab_landing_page.png" width="750"/>
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.