Introduction A Jupyter-notebook environment. Installation cd <your-projects-dir> git clone https://github.com/libranet/libranet-jupyter.git make install Running Jupyter Start jupyter-lab in foreground: make jupyter-start Running pytest Run the unittests with pytest: make pytest Open in VS Code code .