##// END OF EJS Templates
Do not inject self in IPython namespace...
Do not inject self in IPython namespace And do not require nemaespace either - this is bad practice, and this prevent from writing a blended content manager that works both with drive and localhost as they shoudl both export themselves to IPython.Contents module.

File last commit:

r19223:abf4ddf4
r19670:59021ecb
Show More
__init__.py
8 lines | 211 B | text/x-python | PythonLexer
from .channels import (
InProcessChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient