mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
move static files to share/jupyter/hub
avoids conflict with other jupyter projects
This commit is contained in:
@@ -133,7 +133,7 @@ class JupyterHub(Application):
|
||||
)
|
||||
|
||||
data_files_path = Unicode(DATA_FILES_PATH, config=True,
|
||||
help="The location of jupyter data files (e.g. /usr/local/share/jupyter)"
|
||||
help="The location of jupyterhub data files (e.g. /usr/local/share/jupyter/hub)"
|
||||
)
|
||||
|
||||
ssl_key = Unicode('', config=True,
|
||||
|
Reference in New Issue
Block a user