Does not ignore IPKernelApp.init_io

In latest jupyter versions this fixes AttributeError 'ClingKernelApp object has no attribute displayhook'
This commit is contained in:
Pedro Henriques dos Santos Teixeira 2016-09-20 14:16:58 -03:00 committed by sftnight
parent e1854092b5
commit 615beb1def

View File

@ -281,10 +281,7 @@ class ClingKernel(Kernel):
class ClingKernelApp(IPKernelApp):
kernel_class = ClingKernel
def init_io(self):
# disable io forwarding
pass
def main():
"""launch a cling kernel"""