##// END OF EJS Templates
Expose kernel_info method on inprocess kernel client...
Thomas Kluyver -
Show More
@@ -86,6 +86,7 b' class InProcessShellChannel(InProcessChannel):'
86 86 'object_info',
87 87 'history',
88 88 'shutdown',
89 'kernel_info',
89 90 ]
90 91
91 92 #--------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now