Skip to content

Commit

Permalink
fix: delete local jupiter
Browse files Browse the repository at this point in the history
  • Loading branch information
bompo committed Oct 17, 2024
1 parent 6961696 commit f3563a9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 33 deletions.
1 change: 0 additions & 1 deletion .nojekyll

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This library provides a wrapper around the Wandelbots API. Under the hood it que
The wrapper is meant to ease the interaction with the Wandelbots API by providing a simpler interface for initializing a `MotionGroup` and interacting with it.
For the full feature set of our API please refer to the [official documentation](https://docs.wandelbots.com/) and use the [`wandelbots_api_client`](https://pypi.org/project/wandelbots-api-client/) package directly.

You can try the features of this library in a Jupyter notebook by clicking the Binder badge above. Create a new Instance by registering on the [Wandelbots website](https://portal.wandelbots.io/) and use the credentials to interact with the API.

Current Features:

- Sync and Async Planning and Execution
Expand Down
2 changes: 1 addition & 1 deletion examples/05_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"outputs": [],
"source": [
"os.environ[\"WANDELAPI_BASE_URL\"] = \"https://instance.wandelbots.io\"\n",
"os.environ[\"NOVA_USERNAME\"] = \"your_username\"\n",
"os.environ[\"NOVA_USERNAME\"] = \"wb\"\n",
"os.environ[\"NOVA_PASSWORD\"] = \"your_password\"\n",
"os.environ[\"CELL_ID\"] = \"your_cell_id\"\n",
"os.environ[\"MOTION_GROUP\"] = \"your_motion_group\"\n",
Expand Down
15 changes: 0 additions & 15 deletions jupyter_lite_config.json

This file was deleted.

5 changes: 0 additions & 5 deletions overrides.json

This file was deleted.

11 changes: 0 additions & 11 deletions repl/jupyter-lite.json

This file was deleted.

0 comments on commit f3563a9

Please sign in to comment.