A customized JupyterLab Spark Docker image packed with everything you need.
- Everything from jupyter/all-spark-notebook
- More packages:
- Theme: JupyterLab Darkside UI
- Code formatting: Jupyterlab Code Formatter using Black code formatter
docker run -p 8888:8888 -p 4040:4040 franzdiebold/datascience-ultimate
The following web apps will be available:
- JupyterLab: http://localhost:8888/lab/
- Spark Web UI: http://localhost:4040/
In your .zshrc
/ .bashrc
file add:
alias jupyter='docker run --rm -p 8888:8888 -p 4040:4040 -v "${PWD}":/home/jovyan franzdiebold/datascience-ultimate:latest'
💪 For an even better integration into your daily Data Science routine, check out the dockerize-datascience repo.
make build-lab-arm # linux/arm64 architecture
make build-lab-amd # linux/amd64 architecture