Does not ignore IPKernelApp.init_io
In latest jupyter versions this fixes AttributeError 'ClingKernelApp object has no attribute displayhook'
This commit is contained in:
parent
e1854092b5
commit
615beb1def
@ -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"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user