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)
Windows users:
There are three ways to start Jupyter.
-
Run Jupyter Notebook from the shortcut found in the Start menu (this is the option shown in the video).
-
Open Anaconda Prompt from the start menu and execute jupyter notebook
-
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
-
Enter the startup folder by executing
cd/folder_name -
Execute jupyter notebook