Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 854 Bytes

run_notebooks.md

File metadata and controls

19 lines (13 loc) · 854 Bytes

How to edit and re-run the example notebooks

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.

On Docker on your computer

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.:

img.png