Tutorial Docker ContainerΒΆ
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
Open the link provided by the Jupyter Notebook server in your browser.
Open and run the self-contained Tutorial_1-Local.ipynb.