/jupyterhub-project

Assembly project for jupyterhub related components

Primary LanguageShellApache License 2.0Apache-2.0

Jupyterhub-project

Build and release container images for:

  • jupyterhub
  • jupyterlab
  • spark-py
  • spark-r

Checkout sources

make update-all

Run standalone Jupyterlab

First build the standalone Jupyterlab server:

cp build/jupyter/*.jar docker/jupyterlab/.
docker build ./docker/jupyterlab -t jupyterlab-user
rm docker/jupyterlab/*.jar

Then run the server with mounted volume for gcloud credentials:

docker run -p 8888:8888 -eGOOGLE_CLOUD_PROJECT=$(gcloud config get project) -v ~/.config/gcloud:/home/jovyan/.config/gcloud jupyterlab-user

Sub projects