If you would like to test your python scripts directly on your Cisco Hardware, you can do this now with this simple IOx Application!
With the Open Source software Jupyter Lab you can create and edit your Python scripts in your web-browser via a simple editor and interactively. Furthermore, you can install additional python libraries as well.
Also compatible with the IR1101 on ARM platform!
- Install Docker for your machine
- Download the Dockerfile from this repo and choose which architecture you would like to build the container for:
# uncomment one of the lines to select x86 or ARM
FROM alpine:latest
#FROM arm64v8/alpine:latest
Be aware: Depending on your local machine it may take longer to compile some packages and create the ARM Docker container.
- Build and export your created Docker image and save it to a .tar package.
docker build -t jupyter .
docker save jupyter > ioxapp.tar
- Install the Docker Container directly on your hardware if supported, or use ioxclient. For more information, please refer to the IOx Documentation page.
ONLY FOR TESTING + OWN RISK: You can find pre-compiled packages under Releases.
1.0 - Added Dockerfile and documentation
- Florian Pachinger - Initial work - flopach
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details.



