Show More
@@ -692,7 +692,6 b' class KernelManager(Configurable):' | |||||
692 | """ |
|
692 | """ | |
693 | ) |
|
693 | ) | |
694 | def _kernel_cmd_changed(self, name, old, new): |
|
694 | def _kernel_cmd_changed(self, name, old, new): | |
695 | print 'kernel cmd changed', new |
|
|||
696 | self.ipython_kernel = False |
|
695 | self.ipython_kernel = False | |
697 |
|
696 | |||
698 | ipython_kernel = Bool(True) |
|
697 | ipython_kernel = Bool(True) |
General Comments 0
You need to be logged in to leave comments.
Login now