Merge pull request #6536 from minrk/parent-config

Remove kernel config from parent config files
Thomas Kluyver 12 years ago
commit b9472b3642

@ -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