remove references to kernel config in parent config files

since it doesn't work anymore.
Link to the kernel config doc instead.
MinRK 12 years ago
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…
Cancel
Save