Here is a step by step guide to running and/or edit and re-running the example Jupyter notebooks. This will work where ever docker containers are supported.
- Install Docker on your computer. https://docs.docker.com/get-docker/
- Open a terminal window and run the following command:
docker run -p 8888:8888 ghcr.io/davidpratten/jetisu:latest
- To open a Jupyter lab browser window like the one below, follow the launch instructions provided by docker in the terminal window e.g.:
-
Double-click on any notebook to edit and/or re-run the examples.
-
See here for Jupyter Notebook Help