Skip to content

Instantly share code, notes, and snippets.

@dimaqq
Created August 10, 2012 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimaqq/3314160 to your computer and use it in GitHub Desktop.
Save dimaqq/3314160 to your computer and use it in GitHub Desktop.
[root@alarm ~]# ipython2 -c "import sys; sorted([k for k,v in sys.modules.items() if v and 'ipy' in k.lower()])"
Out[1]:
['IPython',
'IPython.config',
'IPython.config.application',
'IPython.config.configurable',
'IPython.config.loader',
'IPython.core',
'IPython.core.alias',
'IPython.core.application',
'IPython.core.autocall',
'IPython.core.builtin_trap',
'IPython.core.compilerop',
'IPython.core.completer',
'IPython.core.completerlib',
'IPython.core.crashhandler',
'IPython.core.debugger',
'IPython.core.display_trap',
'IPython.core.displayhook',
'IPython.core.displaypub',
'IPython.core.error',
'IPython.core.excolors',
'IPython.core.extensions',
'IPython.core.fakemodule',
'IPython.core.formatters',
'IPython.core.history',
'IPython.core.hooks',
'IPython.core.inputsplitter',
'IPython.core.interactiveshell',
'IPython.core.ipapi',
'IPython.core.logger',
'IPython.core.macro',
'IPython.core.magic',
'IPython.core.magic_arguments',
'IPython.core.oinspect',
'IPython.core.page',
'IPython.core.payload',
'IPython.core.plugin',
'IPython.core.prefilter',
'IPython.core.profiledir',
'IPython.core.prompts',
'IPython.core.pylabtools',
'IPython.core.release',
'IPython.core.shadowns',
'IPython.core.shellapp',
'IPython.core.splitinput',
'IPython.core.ultratb',
'IPython.core.usage',
'IPython.external',
'IPython.external.Itpl',
'IPython.external.Itpl._Itpl',
'IPython.external.argparse',
'IPython.external.decorator',
'IPython.external.decorator._decorator',
'IPython.external.path',
'IPython.external.path._path',
'IPython.external.pexpect',
'IPython.external.pexpect._pexpect',
'IPython.external.simplegeneric',
'IPython.external.simplegeneric._simplegeneric',
'IPython.frontend',
'IPython.frontend.terminal',
'IPython.frontend.terminal.embed',
'IPython.frontend.terminal.interactiveshell',
'IPython.frontend.terminal.ipapp',
'IPython.lib',
'IPython.lib.deepreload',
'IPython.lib.inputhook',
'IPython.lib.pretty',
'IPython.lib.security',
'IPython.testing',
'IPython.testing.skipdoctest',
'IPython.utils',
'IPython.utils.PyColorize',
'IPython.utils._process_common',
'IPython.utils._process_posix',
'IPython.utils.autoattr',
'IPython.utils.coloransi',
'IPython.utils.cursesimport',
'IPython.utils.data',
'IPython.utils.decorators',
'IPython.utils.dir2',
'IPython.utils.doctestreload',
'IPython.utils.generics',
'IPython.utils.importstring',
'IPython.utils.io',
'IPython.utils.ipstruct',
'IPython.utils.module_paths',
'IPython.utils.path',
'IPython.utils.pickleshare',
'IPython.utils.process',
'IPython.utils.py3compat',
'IPython.utils.rlineimpl',
'IPython.utils.strdispatch',
'IPython.utils.sysinfo',
'IPython.utils.syspathcontext',
'IPython.utils.terminal',
'IPython.utils.text',
'IPython.utils.timing',
'IPython.utils.traitlets',
'IPython.utils.warn',
'IPython.utils.wildcard']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment