Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 1.45 KB

setting-up-your-environment.md

File metadata and controls

23 lines (14 loc) · 1.45 KB

Setting Up Your Environment

Getting Started With Google Colab

Google Colab is a free, cloud-hosted Python notebook solution. To get started with Google Colab, you just need to have a Google acount and access to Google Drive. From there, installation is only a few steps away from the Google Drive homepage:

Installing Google Colab

Getting Started with Jupyter Notebooks

Jupyter Notebooks uses the same type of environment as Google Colab, but runs locally on your computer. The easiest way to get started with Jupyter Notebooks is to use the provided installation with Anaconda

Placeholder for Video

Written Guide

  1. Download Anaconda from the project website
  2. Follow the steps to install the correct Anaconda version for your system.
  3. After installation, to launch Jupyter Notebooks, open a command line interface and use the command jupyter notebook when you've entered the directory that you want to work in (E.g. problem set folder).
    • If you're unfamiliar with how to navigate directories using a command line interface, refer to the Working with the Command Line module for more information.

Return Home