Files
jupyterhub/scripts/jupyterhub

5 lines
63 B
Python
Executable File

#!/usr/bin/env python3
from jupyterhub.app import main
main()