Skip to content

Latest commit

 

History

History

notebooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Demonstrator

Set up

python3 -m venv --clear ./venv
pip install -r requirements.txt
python -m grpc_tools.protoc demonstrator.proto --python_out=./ --proto_path=./
jupyter notebook