McMaster University

CAS 707 Specification Techniques
Emil Sekerinski

Term 2, 2022-2023

Jupyter Installation

First, install Jupyter:

  • Prerequisite: Python 3
  • Update pip3 or pip, depending on your installation:
     pip3 install --upgrade pip 
  • Install Jupyter:
     pip3 install jupyter 
  • To run Jupyter:
     jupyter-lab 
Further installation of course-specific Jupyter extensions will be announced You also need to install the used programming languages:
  • Java: any recent version, only command line (no IDE)
  • Go: any recent version, only command line (no IDE)