update some file names

default config file is now `jupyterhub_config.py`,
to be consistent with everything else

add config files, runtime files to .gitignore
This commit is contained in:
Min RK
2014-10-31 14:40:19 -07:00
parent b1f6a286f9
commit e6335482c5
6 changed files with 10 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ class JupyterHubApp(Application):
generate default config file:
jupyterhub --generate-config -f myconfig.py
jupyterhub --generate-config -f /etc/jupyterhub/jupyterhub.py
spawn the server on 10.0.1.2:443 with https:
@@ -110,7 +110,7 @@ class JupyterHubApp(Application):
PAMAuthenticator,
])
config_file = Unicode('jupyter_hub_config.py', config=True,
config_file = Unicode('jupyterhub_config.py', config=True,
help="The config file to load",
)
generate_config = Bool(False, config=True,