Files
jupyterhub/scripts/jupyterhub-singleuser

5 lines
70 B
Python
Executable File

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