mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
5 lines
99 B
Bash
5 lines
99 B
Bash
export CONFIGPROXY_AUTH_TOKEN=`openssl rand -hex 32`
|
|
|
|
# start JupyterHub
|
|
jupyterhub --ip=127.0.0.1
|