radanalyticsio / base-notebook

An image for running Jupyter notebooks and Apache Spark in the cloud on OpenShift
https://radanalytics.io
4 stars 15 forks source link
apache-spark data-science jupyter-notebook notebook openshift

Build status Docker build Layers info

base-notebook

This is a container image intended to make it easy to run Jupyter notebooks with Apache Spark on OpenShift. You can use it as-is (by adding it to a project), or you can use it as the basis for another image. In the latter case, you'll probably want to add some notebooks, data, and/or additional packages to the derived image.

Usage

As a standalone image

For your convenience, binary image builds are available from Docker Hub.

As a base image

Notes

Make sure that this notebook image is running the same version of Spark as the external cluster you want to connect it to.

Credits

This image was initially based on Graham Dumpleton's images, which have some additional functionality (notably s2i support) that we'd like to incorporate in the future.