Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
kku
/
laradock
/
jupyterhub
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/kku/laradock/jupyterhub/start-notebook.sh
#!/bin/bash # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. set -e if [[ ! -z "${JUPYTERHUB_API_TOKEN}" ]]; then # launched by JupyterHub, use single-user entrypoint exec /usr/local/bin/start-singleuser.sh $* else . /usr/local/bin/start.sh jupyter notebook $* fi