Customized Jupyter Server Spark Docker image with everything you need
3.1K
A customized Jupyter Server Spark Docker image packed with everything you need.

docker run -p 8888:8888 -p 4040:4040 franzdiebold/datascience-ultimate-server
The following endpoints / web apps will be available:
To connect to a Jupyter server in JetBrains DataSpell:


In your .zshrc / .bashrc file add:
alias jupyter-server='docker run --rm -p 8888:8888 -p 4040:4040 -v "${PWD}":/home/jovyan franzdiebold/datascience-ultimate-server:latest'
💪 For an even better integration into your daily Data Science routine, check out the dockerize-datascience repo.
Content type
Image
Digest
sha256:1056cd397…
Size
2.7 GB
Last updated
over 1 year ago
docker pull franzdiebold/datascience-ultimate-server