Giskard examples in Jupyter notebooks
-
Run Docker image with X-forwarding
xhost +local:docker && \ docker compose -f ./binder/docker-compose.yml up --build && \ xhost -local:docker
-
Open Web browser and go to http://localhost:8888/lab/tree/giskard_examples/notebooks/playground.ipynb
-
To stop and remove container:
docker compose -f ./binder/docker-compose.yml down
https://github.com/SemRoCo/giskardpy/wiki
A Jupyter Kernel for KnowRob.
Inspired by ayceesrk/jupyter-swi-prolog
- Jupyter notebook installed on your system
pip install jupyter
Only python3 is supported
- Install SWI-Prolog.
- Install jknowrob
pip install git+https://github.com/sasjonge/jupyter-knowrob.git
- Change directory to your jupyters kernel directory. Typically
~/.local/share/jupyter/kernels
. mkdir jknowrob && cd jknowrob
- Install kernel spec:
wget https://raw.githubusercontent.com/sasjonge/jupyter-knowrob/master/kernel.json
- Restart jupyter:
jupyter notebook
- Profit