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
- Host: GitHub
- URL: https://github.com/wandelbotsgmbh/wandelbots-python-jupyter
- Owner: wandelbotsgmbh
- License: apache-2.0
- Created: 2024-10-18T12:52:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T14:27:13.000Z (over 1 year ago)
- Last Synced: 2025-02-26T19:35:29.155Z (over 1 year ago)
- Topics: app-example
- Language: Dockerfile
- Homepage: https://portal.wandelbots.io
- Size: 281 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```