cs211-data-privacy

Installing Jupyter Notebook

Step 1: Install Anaconda

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

Here are links to the installation instructions for different operating systems:

The Anaconda package includes Jupyter Notebook.

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.