Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.1.0
-
None
-
None
Description
When loading external plugins, any class that indirectly inherits plugin (such as throw LineMagic/CellMagic) is not detected. This is because we recursively check all interfaces/superclasses using the class information from the current jar rather than the current jar and any internal classes to the kernel.