mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00

One of the example was using quotes instead of backticks. Backticks are the "older" way of doing things, which has a number of disadvantes: http://mywiki.wooledge.org/BashFAQ/082 Here I'm more worried about readability as depending on font and "smart" editor helping on the web, many people may confuse ` with ', it could end up modifying formatting on makrdown powered website... etc...
5 lines
100 B
Bash
5 lines
100 B
Bash
export CONFIGPROXY_AUTH_TOKEN=$(openssl rand -hex 32)
|
|
|
|
# start JupyterHub
|
|
jupyterhub --ip=127.0.0.1
|