pip install virtualenvwrapper
mkvirtualenv ldi
workon ldi
pip install jupyterlab ipywidgets
- Clone this repository
- Make sure you work on
ldi
virtualenv - Type
jupyter lab
- Open
demo.ipynb
- Run the first cell
- If a module is missing install it by running
!pip install NAME
in a new cell - Enjoy the demo