"Premature Optimization is Root of All Evil." - Donald E.Knuth
The following docker command starts the Golang Jupter Lab notebook:
docker run -it -d -p 9000:8888 --name mygo -v <your-dir>:/notebooks/host janpfeifer/gonb_jupyterlab:latest