This workshop is designed to be used entirely in a Jupyter Notebook environment. There are instructions below to setup Jupyter notebooks in your local environment. To get started without installing anything locally, please follow the Google Colab
instructions.
Colaboratory, or “Colab” for short, is a product from Google Research. Colab allows anybody to write and execute arbitrary python code through the browser, and is especially well suited to machine learning, data analysis and education. More technically, Colab is a hosted Jupyter notebook service that requires no setup to use, while providing access free of charge to computing resources including GPUs.
Visit the Google Colab site:
https://colab.research.google.com/
Navagate to the GitHub
tab. Enter the URL for this GitHub respository to get started:
https://github.com/davidlevybooth/MBINF-Introduction-to-Python
Select the MBINF-introduction-to-python.ipynb link for Part 1.
Select the MBINF-introduction-to-pandas-ds.ipynb link for Part 2.