Run JupyterLab on docker
https://hub.docker.com/r/jupyter/scipy-notebook/
$ docker pull jupyter/scipy-notebook
$ docker run -v `pwd`:/home/jovyan/work -p 10000:8888 --name jupyter jupyter/scipy-notebook
...
To access the server, open this file in a browser: