The tutorial can be deployed to a local computer using the docker image available in Docker Hub or to the Multi-Mission Algorithm and Analysis Platform (MAAP), a collaborative project between NASA and ESA.
Docker Hub: Image
$ docker run -d -p 3100:3100 --name=dlr-sar-intro -v "$(pwd)"/data:/projects imansour/maap-sar-intro:latest
To open Jupyter lab open the browser http://localhost:3100
$ docker container stop dlr-sar-intro
$ docker container rm dlr-sar-intro