##// END OF EJS Templates
Make installation of native kernelspec explicit...
Make installation of native kernelspec explicit Instead of creating a kernelspec directory matching the running frontend, return its spec without writing to disk. Adds a command 'ipython kernelspec install-self' to write a kernelspec for the current version of Python.

File last commit:

r10306:301083e0
r17747:ba5144f7
Show More
__init__.py
10 lines | 270 B | text/x-python | PythonLexer
from .channels import (
InProcessShellChannel,
InProcessIOPubChannel,
InProcessStdInChannel,
InProcessHBChannel,
)
from .client import InProcessKernelClient
from .manager import InProcessKernelManager
from .blocking import BlockingInProcessKernelClient