Workspace Setup
This course will use a tool called Jupyter Notebooks to run your Python code. It works with the same Python code as we’ve used before but it allows interactive execution and can combine your code with blocks of text to explain what you’re doing and embed output such as graphs directly into the page.
Installing Jupyter Notebook
To begin working with Jupyter Notebook, you’ll need to install it on your computer. Here are the recommended methods for installation:
University-Managed Laptops
If you’re using a university-managed laptop, the easiest and most recommended method is to install Jupyter Notebook through Self Service:
- Open the Self Service application on your laptop
- Search for “Anaconda”
- Click on the Anaconda package and follow the installation prompts
This method will install Anaconda, which includes Jupyter Notebook along with other useful data science tools and libraries.
Alternative Installation Method
If you don’t have access to Self Service or are using a personal computer, you can download and install Anaconda directly from the web:
- Visit the official Anaconda website (https://www.anaconda.com/download/)
- Download the appropriate version for your operating system (Windows, macOS, or Linux)
- Run the installer and follow the on-screen instructions
Once installed, you can launch Jupyter Notebook from the Anaconda Navigator or by using the command line.
Installing Anaconda will provide you with Jupyter Notebook and many other useful tools for data analysis and scientific computing.