Installing Jupyter on Your Machine and Working Locally
Here's how to install the Jupyter Notebook on your PC if you want to work locally:
- Go to https://www.anaconda.com/products/individual and download Anaconda for your PC, Python version 3.7 (the file is around 500 MB).
- Follow the installation instructions.
- Don't check any boxes in the advanced options section!
For Windows:
Open Anaconda3 and choose Jupyter Notebook. Copy the link JN shows and paste it into your browser.
- When you're done working on a project, save all the changes in open notebooks and close the JN terminal's window.
- Do not close the terminal window while working on a project.
If you're doing a project on the platform, the file path should have this format: '/datasets/data.csv'
.
If you're working locally, on your own machine, put the file containing data into the same folder as the notebook. Then the file path should be shortened to 'data.csv'
.