ip/transport live in KernelManager now

remove them as configurables in the Application objects
This commit is contained in:
MinRK 2013-01-18 21:21:17 -08:00
parent 165b652c0e
commit fa989a99a1

View File

@ -242,6 +242,7 @@ aliases.update({
'ip': 'NotebookApp.ip',
'port': 'NotebookApp.port',
'port-retries': 'NotebookApp.port_retries',
'transport': 'KernelManager.transport',
'keyfile': 'NotebookApp.keyfile',
'certfile': 'NotebookApp.certfile',
'notebook-dir': 'NotebookManager.notebook_dir',