##// END OF EJS Templates
Restore ipkernel module
Restore ipkernel module

File last commit:

r16856:a29e8fbe
r16856:a29e8fbe
Show More
ipkernel.py
3 lines | 70 B | text/x-python | PythonLexer
from .kernelbase import KernelBase
class Kernel(KernelBase):
pass