Running Jupyter Notebook
Open your Anaconda Prompt
(Windows) or terminal
(MacOS) and type this:
jupyter notebook
Then it will pop up your browser, which should look like this:

Move to the folder you like to save your code in, and click New
on the upper-left side. By choosing python3
, you should see something like this:

Last updated
Was this helpful?