• ctrl + z to exit out of Python console.
  • pip - package installer for Python.
    • Jupyter Notebook is installed via pip.
    • pip install notebook
      • Mac users have to use pip3 install notebook
    • Inside the exercise files, run jupyter notebook to run the application.

Updated: