##// END OF EJS Templates
expose kernel at app-level, so EngineApp looks like KernelApp
MinRK -
Show More
@@ -177,6 +177,11 b' class IPEngineApp(BaseParallelApplication):'
177
177
178 aliases = Dict(aliases)
178 aliases = Dict(aliases)
179 flags = Dict(flags)
179 flags = Dict(flags)
180
181 @property
182 def kernel(self):
183 """allow access to the Kernel object, so I look like IPKernelApp"""
184 return self.engine.kernel
180
185
181 def find_url_file(self):
186 def find_url_file(self):
182 """Set the url file.
187 """Set the url file.
General Comments 0
You need to be logged in to leave comments. Login now