An open API service indexing awesome lists of open source software.

https://github.com/wandelbotsgmbh/wandelbots-python-jupyter

Deploy an Jupyter Notebook on the Wandelbots Platform
https://github.com/wandelbotsgmbh/wandelbots-python-jupyter

app-example

Last synced: 3 months ago
JSON representation

Deploy an Jupyter Notebook on the Wandelbots Platform

Awesome Lists containing this project

README

          

# wandelbots_python_jupyter

This example provides a jupyter notebook that uses the [wandelbots python client](https://github.com/wandelbotsgmbh/wandelbots-python) 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:
```bash
cd wandelbots-python-jupyter
poetry add yourlib
nova app install
```

Bildschirmfoto 2024-10-18 um 15 17 09