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:
MinRK 2014-09-27 20:16:23 -07:00
parent 684d739d92
commit caddaec618

View File

@ -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 = '*'