16
16
class ListKernelSpecs(BaseIPythonApplication):
17
17
description = """List installed kernel specifications."""
18
18
kernel_spec_manager = Instance(KernelSpecManager)
20
20
# Not all of the base aliases are meaningful (e.g. profile)
21
21
aliases = {k: base_aliases[k] for k in ['ipython-dir', 'log-level']}
22
22
flags = {'debug': base_flags['debug'],}