As a demo master, update Demo.ipynb with your hostname and run server.py in your computer.
To download the files in this demo, use (git clone https://github.com/thomaslima/ipc-2018-lightlab-demo.git) or download as a zip file.
To follow the demo, make sure you have python3.6 or greater installed, then install lightlab and jupyter via pip*, launch a jupyter notebook server and finally open Demo.ipynb. For those using Mac or Linux, typing make jupyter should prepare your environment automatically. (caveat, you need python3 and virtualenv to be in your path).
- to install packages via pip, type
pip install package-name. For conda users, you might first need to install pip withconda install pip.
conda install pip
pip install jupyter
pip install lightlab