Jupyter image with python3 (numpy, pandas, scikit-learn), R (tidyverse) and spark2 support
50K+
This is a lightweight Jupyter Docker Image for Big Data Analytics.
It includes support for:
docker run -p 8888:8888 -d gradiant/jupyter
Browse http://localhost:8888
Configuration is set by the following environment variables:
| Variables | Default | Description |
|---|---|---|
| JUPYTER_ENABLE_LAB | true | enables the next-generation user interface for Project Jupyter. |
| JUPYTER_PORT | 8888 | binding port of jupyter http server |
Notebooks are stored in /notebooks image path.
If you want to persist the notebooks you can use docker volumes or bind mounts.
With docker volumes:
docker run -p 8888:8888 -v notebooks:/notebooks -d gradiant/jupyter
With bind mounts:
docker run -p 8888:8888 -v "$(pwd)"/notebooks:/notebooks -d gradiant/jupyter
The image includes Spark 2.4.4 support through Apache Toree Kernels.
Content type
Image
Digest
Size
386.8 MB
Last updated
almost 7 years ago
docker pull gradiant/jupyter