Install Python & Jupyter Notebook

You will need to install Python version 3.x and Jupyter on your laptop computers.

If you have not installed the python interpreter on your computer before, the easiest way to get started is to install the Anaconda distribution. The Anaconda python distribution comes with Jupyter by default. For more detailed instructions, here are two decent tutorials:

Otherwise, you will have to install Python and then use the python package manager pip3 to install Jupyter:

pip3 install jupyter

Install sqlite

Download the binaries for sqlite and install them.

Install Libraries

Install the numpy, scipy, sqlite3, sklearn, matplotlib via the conda or pip command.