cs3110-data-privacy

Installing Jupyter Notebook

Step 1: Install Anaconda

First, install the Anaconda distribution of Python, which includes Jupyter Notebook.

Click here for the installation instructions

The Anaconda package includes Jupyter Notebook, or makes it easy to install.

Step 2: Verify Anaconda

Check that you can run the conda command, to verify that Anaconda was installed successfully.

Click here for the official verification instructions

Step 3: Start Jupyter Notebook

Run the Jupyter Notebook server to start using notebooks.

The notebook server should start, and the Jupyter Notebook file browser should load in your web browser.

If you get a “command not found” error, run the command pip install jupyter to install Jupyter Notebook, then try the above command again.