mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
ip/transport live in KernelManager now
remove them as configurables in the Application objects
This commit is contained in:
parent
165b652c0e
commit
fa989a99a1
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user