This is our default Jupyter image for Docker with most frequently needed python packages already installed. Images are automatically created and uploaded to Docker Hub. To launch the notebook server:
docker run --rm -it -v $(pwd):/notebooks -p 8888:8888 neurology/jupyter