##// END OF EJS Templates
Added new capability to the `%load` magic to search the user's namespace for modules, classes, or functions and inspects those to load source....
Added new capability to the `%load` magic to search the user's namespace for modules, classes, or functions and inspects those to load source. Currently, the `-n` argument must be passed to `%load` to enable this capability.

File last commit:

r13195:ee7d313e
r16318:079a59bd
Show More
__init__.py
2 lines | 43 B | text/x-python | PythonLexer
from .manager import *
from .comm import *