statisticsnorway / jupyterhub-project

Assembly project for jupyterhub related components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Assembly project for jupyterhub related components

License:Apache License 2.0


Languages

Language:Shell 54.1%Language:Dockerfile 33.1%Language:Python 10.1%Language:R 1.7%Language:Makefile 0.9%