The Notebooks in this repo show how to run a remote process and communicate with it using zprocess.
To create a quick ad-hoc environment for these tests use the commands:
nix-shell
virtualenv .
source ./bin/activate
pip install -r requirements.txt
jupyter labThe envoronment is created therefore you can simply run:
nix-shell
source ./bin/activate
jupyter lab