mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
remove references to kernel config in parent config files
since it doesn't work anymore. Link to the kernel config doc instead.
This commit is contained in:
parent
684d739d92
commit
caddaec618
@ -95,9 +95,6 @@ commented; the minimum set you need to uncomment and edit is the following::
|
||||
|
||||
c = get_config()
|
||||
|
||||
# Kernel config
|
||||
c.IPKernelApp.pylab = 'inline' # if you want plotting support always
|
||||
|
||||
# Notebook config
|
||||
c.NotebookApp.certfile = u'/absolute/path/to/your/certificate/mycert.pem'
|
||||
c.NotebookApp.ip = '*'
|
||||
|
Loading…
x
Reference in New Issue
Block a user