Files
jupyterhub/examples/service-notebook/external/shared-notebook-service
Min RK 8a226e6f46 simplify singleuser-service examples
now that service env vars are respected
2017-01-06 17:21:28 +01:00

10 lines
209 B
Bash
Executable File

#!/bin/bash -l
set -e
export JUPYTERHUB_API_TOKEN=super-secret
export JUPYTERHUB_SERVICE_URL=http://127.0.0.1:9999
export JUPYTERHUB_SERVICE_NAME=shared-notebook
jupyterhub-singleuser \
--group='shared'