Skip to content

restelli/zprocess_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use zprocess to run RPC

The Notebooks in this repo show how to run a remote process and communicate with it using zprocess.

For nix users

For the first time

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 lab

For the next times

The envoronment is created therefore you can simply run:

nix-shell 
source ./bin/activate
jupyter lab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors