You can also run the code online via Google's Colaboratory. Colab allows users with Google accounts to execute Jupyter notebooks on the Google cloud.
To execute the notebook in Colab:
- Click the
Open in Colabbutton above. It will launch the notebook directly. - Make the notebook live by clicking 'Connect' in the Colab toolbar.
- Select
Runtime > Run Allin the menu to execute the notebook. (You may get a warning that the page was not authored by Google.)
-
Clone this repository to your local machine:
git clone https://github.com/your-username/lecture-examples.git
-
Navigate to the specific lecture folder you are interested in.
-
Explore the Python code files provided as examples during the lecture.
Feel free to use these code examples for reference or in your own learning journey. If you have any questions or need further explanations, please don't hesitate to reach out.
This repository is open-source and available under the MIT License. Feel free to use, modify, and distribute the code examples as needed.