Jupyter Notebooks and Google Colab
CSI 4106 - Fall 2025
Sample Jupyter Notebooks
- 01_ottawa_river_temperature (Jupyter Notebook)
- 02_empty (Jupyter Notebook)
- 03_missing_library (Jupyter Notebook)
- 04_stock_price (Jupyter Notebook)
- 05_central_limit (Jupyter Notebook)
Three notebooks from Aurélien Géron introducing essential concepts for machine learning. In the coming weeks, you might want to go through these at your own pace.
- numpy – a fundamental library centered around N-dimensional array objects.
- pandas – powerfull data analysis tools, centered around the
DataFrame
. - visualization – demonstrates how to use the
matplotlib
to produce beautiful graphs.