##// END OF EJS Templates
Add script to auto-generate our index of example notebooks....
Add script to auto-generate our index of example notebooks. It's highly hard-coded for now, but will do in the meantime. We can generalize it later, but we're really hurting by not having this index anywhere.

File last commit:

r9376:d18872e9
r9711:e20ba071
Show More
__init__.py
7 lines | 244 B | text/x-python | PythonLexer
MinRK
define and test IPython.kernel public API
r9376 """IPython kernels and associated utilities"""
Brian Granger
Fixed docstring of IPython.kernel.__init__.
r3518
MinRK
split kernel.util into kernel.connect and kernel.launcher
r9355 from .connect import *
from .launcher import *
MinRK
define and test IPython.kernel public API
r9376 from .kernelmanager import KernelManager
from .blockingkernelmanager import BlockingKernelManager
from .multikernelmanager import MultiKernelManager