How to run notebooks?

Start here (no coding setup needed)

In this course, we use Jupyter notebooks: interactive pages where text, code, and results appear together.

You will see the notebooks on GitHub. Think of GitHub as a public online folder for course code and files.

For beginners, the easiest method is to open notebooks in Google Colab (runs in your browser, no installation required).

Notebook order for this course

  1. 01 Colab Intro
  2. 02 Python Brush up
  3. 03 Vectorizing Texts
  4. 04 Vector Space Model (Egyptian)
  5. 05 Vector Space Model
  6. 06 PMI (A. Sahala)
  7. 09 Vectors to Networks

Important habits

  • Always run cells in order from top to bottom.
  • Save your work in your own Google Drive copy.
  • If a cell fails, restart runtime and run all cells again.