Skip to content

Instructions for Google Colab

Eric Einspänner edited this page May 8, 2024 · 1 revision

Start a jupyter notebook in Google Colab

Google Colab, or Google Colaboratory, is a cloud-based platform for writing and running Jupyter notebooks using Google’s cloud resources. It provides free access to CPUs, GPUs, and TPUs, making it ideal for resource-intensive tasks like machine learning and data analysis.

The following browsers have been tested and are therefore recommended: Google Chrome, Microsoft Edge and Safari (MacOS).

How to Run Bootcamp Notebooks from the Website

To be able to access the individual notebooks, the direct links to Google Colab are stored in each skill track. Simply click on the button provided (Open In Colab) and the corresponding notebook will open directly for editing in Google Colab.

Go straight to the overview and start with your 1st notebook: overview.

How to Run Bootcamp Notebooks in Google Colab

Follow these simple steps:

  • Step 1: Copy the GitHub Repository Link Start by copying the link to the GitHub repository containing the notebook you want to run. Visit the GitHub repository, click the green “Code” button, and select “Copy” to copy the repository link.

  • Step 2: Access Google Colab Open Google Colab in your web browser at colab.research.google.com. Sign in to your Google account if you’re not already logged in.

  • Step 3: Connect to the GitHub Repository In the Colab interface, click “GitHub,” enter the GitHub URL, and hit the search icon.

  • Step 4: Open the Notebook Select the repository, the branch and the Jupyter notebook you want to open.

  • Step 5: Run the Notebook With the notebook directory open, you can run the notebook cells just as you would in a local Jupyter notebook.