Google Colab

Google Colab

by Isinsu Katircioglu -
Number of replies: 0

Hello everyone,

If you are having any troubles setting up the environment for running the Jupyter notebook that we provide in the exercise sessions, you can use Google Colab instead. You can import/copy the cells into Google Colab and import the libraries without any problem. The images in the exercise material can also be put in one of your Google Drive folders and imported as follows:

from google.colab import drive
drive.mount('/content/drive')

Best,
Isinsu