mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
make it a proper package
both jupyterhub and configurable-http-proxy
This commit is contained in:
4
scripts/jupyterhub
Normal file
4
scripts/jupyterhub
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from jupyterhub.app import main
|
||||
main()
|
4
scripts/jupyterhub-singleuser
Normal file
4
scripts/jupyterhub-singleuser
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from jupyterhub.singleuserapp import main
|
||||
main()
|
Reference in New Issue
Block a user