##// END OF EJS Templates
Don't write notebooks to disk when signing them...
Don't write notebooks to disk when signing them Since the signature isn't stored in the notebook anymore, there's nothing to write.

File last commit:

r20951:706daf38
r21096:e3cf4ba1
Show More
__init__.py
8 lines | 269 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
from .connect import *
from .launcher import *
from .client import KernelClient
from .manager import KernelManager, run_kernel
from .blocking import BlockingKernelClient
from .multikernelmanager import MultiKernelManager