mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
10 lines
209 B
Bash
Executable File
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'
|