move static files to share/jupyter/hub

avoids conflict with other jupyter projects
This commit is contained in:
Min RK
2014-12-22 15:08:18 -08:00
parent 6d95bf1893
commit d125abbffe
27 changed files with 9 additions and 9 deletions

View File

@@ -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,