Last answered:

06 Dec 2021

Posted on:

06 Dec 2021

0

I have downloaded and installed Anaconda but I can’t find and start Jupyter?

I have downloaded and installed Anaconda but I can’t find and start Jupyter?

1 answers ( 0 marked as helpful)
Posted on:

06 Dec 2021

0

Windows users:



There are three ways to start Jupyter.

  1. Run Jupyter Notebook from the shortcut found in the Start menu (this is the option shown in the video).

  2. Open Anaconda Prompt from the start menu and execute jupyter notebook

  3. Open the Anaconda Navigator from the start menu and press the Launch button under the Jupyter icon.

If 1) does not work, Anaconda Prompt will usually tell you what the error is, so you can look for a specific solution.

Please reinstall Anaconda in case none of these options works.

Mac users:

1 ) Open Terminal

  1. Enter the startup folder by executing
    cd/folder_name

  2. Execute jupyter notebook

Submit an answer