Tutorial Docker ContainerΒΆ

  1. Run:

JUPYTER_PORT=7888 && \
docker run -it --rm \
-p $JUPYTER_PORT:$JUPYTER_PORT \
-p 8787:8787 \ # for dask dashboard
stochss/stochss-compute:tutorial \
jupyter notebook \
--port $JUPYTER_PORT
  1. Open the link provided by the Jupyter Notebook server in your browser.

  2. Open and run the self-contained Tutorial_1-Local.ipynb.