##// END OF EJS Templates
ipkernel doesn't have its own config file
MinRK -
Show More
@@ -121,6 +121,10 b' class IPKernelApp(BaseIPythonApplication, InteractiveShellApp):'
121 session = Instance('IPython.kernel.zmq.session.Session')
121 session = Instance('IPython.kernel.zmq.session.Session')
122 ports = Dict()
122 ports = Dict()
123
123
124 # ipkernel doesn't get its own config file
125 def _config_file_name_default(self):
126 return 'ipython_config.py'
127
124 # inherit config file name from parent:
128 # inherit config file name from parent:
125 parent_appname = Unicode(config=True)
129 parent_appname = Unicode(config=True)
126 def _parent_appname_changed(self, name, old, new):
130 def _parent_appname_changed(self, name, old, new):
General Comments 0
You need to be logged in to leave comments. Login now