This example provides a jupyter notebook that uses the wandelbots python client to interact with a robot. You can use this app to prototype a specific solution in Python.
Use the following steps for development:
- get the example via
nova app example get wandelbots-python-jupyter
- install the app with
nova app install wandelbots-python-jupyter
If additional libs are needed:
cd wandelbots-python-jupyter
poetry add yourlib
nova app install