Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-ipython-5.8.0-bp153.1.17 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-ipython Distribution: SUSE Linux Enterprise 15 SP3
Version: 5.8.0 Vendor: openSUSE
Release: bp153.1.17 Build date: Sat Mar 6 10:15:11 2021
Group: Development/Languages/Python Build host: sheep88
Size: 6651292 Source RPM: python2-ipython-5.8.0-bp153.1.17.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ipython/ipython
Summary: Rich architecture for interactive computing with Python
IPython provides a rich toolkit to help you make the
most out of using Python interactively. Its main
components are:

 * A powerful interactive Python shell
 * A Jupyter kernel to work with Python code in
   Jupyter notebooks and other interactive frontends.

The enhanced interactive Python shells have the
following main features:

 * Comprehensive object introspection.
 * Input history, persistent across sessions.
 * Caching of output results during a session with automatically
   generated references.
 * Extensible tab completion, with support by default for completion
   of python variables and keywords, filenames and function keywords.
 * Extensible system of ‘magic’ commands for controlling the
   environment and performing many tasks related either to IPython or
   the operating system.
 * A rich configuration system with easy switching between different
   setups (simpler than changing $PYTHONSTARTUP environment variables
   every time).
 * Session logging and reloading.
 * Extensible syntax processing for special purpose situations.
 * Access to the system shell with user-extensible alias system.
 * Easily embeddable in other Python programs and GUIs.
 * Integrated access to the pdb debugger and the Python profiler.

IMPORTANT: The Python 2 version of IPython is in long-term support
mode. It will not be receiving major new features. Starting with
IPython 6, only Python 3.3 and later is supported.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu May 16 2019 Todd R <toddrme2178@gmail.com>
  - Use python-rpm-macros to simplify the spec file.
  - Avoid conflicts with old naming scheme due to python package
    naming changes.
* Thu Apr 25 2019 Todd R <toddrme2178@gmail.com>
  - Rename to to match python package naming guidelines.
* Tue Feb 05 2019 Antonio Larrosa <alarrosa@suse.com>
  - Fix %suse_update_desktop_file call to evaluate py_ver correctly
* Mon Oct 08 2018 Todd R <toddrme2178@gmail.com>
  - Fix prompt_toolkit dependency
  - Provide python-jupyter_ipython for backwards-compatibility
* Fri Sep 07 2018 toddrme2178@gmail.com
  - Update to 5.8.0
    * Update inspecting function/methods for future-proofing.
* Sun Jul 22 2018 toddrme2178@gmail.com
  - Not compatible with prompt_toolkit 2.x
* Fri May 18 2018 toddrme2178@gmail.com
  - Update to 5.7.0
    * Fix IPython trying to import non-existing matplotlib backends :ghpull:`11087`
    * fix for display hook not publishing object metadata :ghpull:`11101`
  - Update to 5.6.0
    * In Python 3.6 and above, dictionaries preserve the order items were added to
      them. On these versions, IPython will display dictionaries in their native
      order, rather than sorting by the keys (:ghpull:`10958`).
    * :class:`~.IPython.display.ProgressBar` can now be used as an iterator
      (:ghpull:`10813`).
    * The shell object gains a :meth:`~.InteractiveShell.check_complete` method,
      to allow a smoother transition to new input processing machinery planned for
      IPython 7 (:ghpull:`11044`).
    * IPython should start faster, as it no longer looks for all available pygments
      styles on startup (:ghpull:`10859`).
* Tue Feb 13 2018 toddrme2178@gmail.com
  - Update url
* Mon Oct 09 2017 hpj@urpla.net
  - fix conditional to allow build for older distributions
* Tue Sep 19 2017 toddrme2178@gmail.com
  - Update to version 5.5.0
    * System Wide config
    * ProgressBar
    * Fix ``IPython.core.display:Pretty._repr_pretty_`` had the wrong signature.
    * :magic:`timeit` now give a correct ``SyntaxError`` if naked ``return`` used.
    * Prepare the ``:ipython:`` directive to be compatible with Sphinx 1.7.
    * Make IPython work with OpenSSL in FIPS mode; change hash algorithm of input
      from md5 to sha1.
    * Clear breakpoints before running any script with debugger.
    * Document that :magic:`profile` is deprecated, not to be confused with :magic:`prun`.
    * Limit default number of returned completions to 500.
* Wed Sep 06 2017 toddrme2178@gmail.com
  - Rename to python2-jupyter_ipython to allow for single-spec
    package to be used for python3 version.
  - Delete -doc subpackage. Docs are being built in the singlespec
    version only now.
* Fri Aug 11 2017 toddrme2178@gmail.com
  - Update to version 5.4.1
    * Released a few hours after 5.4, fix a crash when
      ``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629`
  - Update to version 5.4
    * Configurable TerminalInteractiveShell
    * Define ``_repr_mimebundle_``
    * Execution Heuristics
    * Implement Display IDs
    * Display function
    * ``_mp_main_`` is not reloaded which fixes issues with multiprocessing.
      :ghpull:`10523`
    * Use user colorscheme in Pdb as well :ghpull:`10479`
    * Faster shutdown. :ghpull:`10408`
    * Fix a crash in reverse search. :ghpull:`10371`
    * added ``Completer.backslash_combining_completions`` boolean option to
      deactivate backslash-tab completion that may conflict with windows path.
  - Fix building on platforms without icoutils
* Thu Jul 13 2017 toddrme2178@gmail.com
  - Fix shebang rpmint errors.
* Mon Apr 24 2017 toddrme2178@gmail.com
  - Add note about LTS status and the end of Python 2 support.
  - Add python2- provides.
  - Neither HTML nor PDF documentation will ever work again,
    so drop it.
* Fri Apr 07 2017 toddrme2178@gmail.com
  - Install icons.
  - Install .desktop file.
* Thu Mar 30 2017 toddrme2178@gmail.com
  - Update to IPython 5.3
    * Fix a bug in ``set_next_input`` leading to a crash of terminal IPython.
      :ghpull:`10231`, :ghissue:`10296`, :ghissue:`10229`
    * Always wait for editor inputhook for terminal IPython :ghpull:`10239`,
      :ghpull:`10240`
    * Disable ``_ipython_display_`` in terminal :ghpull:`10249`, :ghpull:`10274`
    * Update terminal colors to be more visible by default on windows
      :ghpull:`10260`, :ghpull:`10238`, :ghissue:`10281`
    * Add Ctrl-Z shortcut (suspend) in terminal debugger :ghpull:`10254`,
      :ghissue:`10273`
    * Indent on new line by looking at the text before the cursor :ghpull:`10264`,
      :ghpull:`10275`, :ghissue:`9283`
    * Update QtEventloop integration to fix some matplotlib integration issues
      :ghpull:`10201`, :ghpull:`10311`, :ghissue:`10201`
    * Respect completions display style in terminal debugger :ghpull:`10305`,
      :ghpull:`10313`
    * Add a config option ``TerminalInteractiveShell.extra_open_editor_shortcuts``
      to enable extra shortcuts to open the input in an editor. These are :kbd:`v`
      in vi mode, and :kbd:`C-X C-E` in emacs mode (:ghpull:`10330`).
      The :kbd:`F2` shortcut is always enabled.
  - Update to IPython 5.2.2
    * Fix error when starting with ``IPCompleter.limit_to__all__`` configured.
  - Update to IPython 5.2.1
    * Fix tab completion in the debugger. :ghpull:`10223`
  - Update to IPython 5.2
    * restore IPython's debugger to raise on quit. :ghpull:`10009`
    * The configuration value ``c.TerminalInteractiveShell.highlighting_style`` can
      now directly take a class argument for custom color style. :ghpull:`9848`
    * Correctly handle matplotlib figures dpi :ghpull:`9868`
    * Deprecate ``-e`` flag for the ``%notebook`` magic that had no effects.
      :ghpull:`9872`
    * You can now press F2 while typing at a terminal prompt to edit the contents
      in your favourite terminal editor. Set the :envvar:`EDITOR` environment
      variable to pick which editor is used. :ghpull:`9929`
    * sdists will now only be ``.tar.gz`` as per upstream PyPI requirements.
      :ghpull:`9925`
    * :any:`IPython.core.debugger` have gained a ``set_trace()`` method for
      convenience. :ghpull:`9947`
    * The 'smart command mode' added to the debugger in 5.0 was removed, as more
      people preferred the previous behaviour. Therefore, debugger commands such as
      ``c`` will act as debugger commands even when ``c`` is defined as a variable.
      :ghpull:`10050`
    * Fixes OS X event loop issues at startup, :ghpull:`10150`
    * Deprecate the ``%autoindent`` magic. :ghpull:`10176`
    * Emit a :any:`DeprecationWarning` when setting the deprecated
      ``limit_to_all`` option of the completer. :ghpull:`10198`
    * The :cellmagic:`capture` magic can now capture the result of a cell (from an
      expression on the last line), as well as printed and displayed output.
      :ghpull:`9851`.
  - Update to IPython 5.1
    * Broken ``%timeit`` on Python2 due to the use of ``__qualname__``. :ghpull:`9804`
    * Restore ``%gui qt`` to create and return a ``QApplication`` if necessary. :ghpull:`9789`
    * Don't set terminal title by default. :ghpull:`9801`
    * Preserve indentation when inserting newlines with ``Ctrl-O``. :ghpull:`9770`
    * Restore completion in debugger. :ghpull:`9785`
    * Deprecate ``IPython.core.debugger.Tracer()`` in favor of simpler, newer, APIs. :ghpull:`9731`
    * Restore ``NoOpContext`` context manager removed by mistake, and add `DeprecationWarning`. :ghpull:`9765`
    * Add option allowing ``Prompt_toolkit`` to use 24bits colors. :ghpull:`9736`
    * Fix for closing interactive matplotlib windows on OS X. :ghpull:`9854`
    * An embedded interactive shell instance can be used more than once. :ghpull:`9843`
    * More robust check for whether IPython is in a terminal. :ghpull:`9833`
    * Better pretty-printing of dicts on PyPy. :ghpull:`9827`
    * Some coloured output now looks better on dark background command prompts in Windows.
      :ghpull:`9838`
    * Improved tab completion of paths on Windows . :ghpull:`9826`
    * Fix tkinter event loop integration on Python 2 with ``future`` installed. :ghpull:`9824`
    * Restore ``Ctrl-\`` as a shortcut to quit IPython.
    * Make ``get_ipython()`` accessible when modules are imported by startup files. :ghpull:`9818`
    * Add support for running directories containing a ``__main__.py`` file with the
      ``ipython`` command. :ghpull:`9813`
  - Update to IPython 5.0
    + IPython 5 features a major upgrade to the terminal interface, bringing live
      syntax highlighting as you type, proper multiline editing and multiline paste,
      and tab completions that don't clutter up your history.
    + Backwards incompatible changes
    * The ``%install_ext`` magic function, deprecated since 4.0, has now been deleted.
      You can distribute and install extensions as packages on PyPI.
    * Callbacks registered while an event is being handled will now only be called
      for subsequent events; previously they could be called for the current event.
      Similarly, callbacks removed while handling an event *will* always get that
      event. See :ghissue:`9447` and :ghpull:`9453`.
    * Integration with pydb has been removed since pydb development has been stopped
      since 2012, and pydb is not installable from PyPI.
    * The ``autoedit_syntax`` option has apparently been broken for many years.
      It has been removed.
    * The overhaul of the terminal interface will probably cause a range of minor
      issues for existing users.
    * IPython no longer uses readline configuration (``~/.inputrc``). We hope that
      the functionality you want (e.g. vi input mode) will be available by configuring
      IPython directly (see :doc:`/config/options/terminal`).
    * The ``PromptManager`` class has been removed, and the prompt machinery simplified.
    * There are new options to configure the colours used in syntax highlighting.
      We have tried to integrate them with our classic  ``--colors`` option and
      ``%colors`` magic, but there's a mismatch in possibilities, so some configurations
      may produce unexpected results. See :ref:`termcolour` for more information.
    * The new interface is not compatible with Emacs 'inferior-shell' feature. To
      continue using this, add the ``--simple-prompt`` flag to the command Emacs
      runs. This flag disables most IPython features, relying on Emacs to provide
      things like tab completion.
    + Provisional Changes
    * When running via the Jupyter notebook interfaces, or other compatible client,
      you can enable rich documentation experimental functionality:
      When the ``docrepr`` package is installed setting the boolean flag
      ``InteractiveShell.sphinxify_docstring`` to ``True``, will process the various
      object through sphinx before displaying them (see the ``docrepr`` package
      documentation for more information.
    + Deprecated Features
    * ``hooks.fix_error_editor`` seems unused and is pending deprecation.
    * `IPython/core/excolors.py:ExceptionColors` is  deprecated.
    * `IPython.core.InteractiveShell:write()` is deprecated; use `sys.stdout` instead.
    * `IPython.core.InteractiveShell:write_err()` is deprecated; use `sys.stderr` instead.
    * The `formatter` keyword argument to `Inspector.info` in `IPython.core.oinspec` has no effect.
    * The `global_ns` keyword argument of IPython Embed was deprecated, and has no effect. Use `module` keyword argument instead.
  - Update to IPython 4.2
    * Fix ``ipython -i`` on errors, which was broken in 4.1.
    * The delay meant to highlight deprecated commands that have moved to jupyter has been removed.
    * Improve compatibility with future versions of traitlets and matplotlib.
    * Use stdlib :func:`python:shutil.get_terminal_size` to measure terminal width when displaying tracebacks
      (provided by ``backports.shutil_get_terminal_size`` on Python 2).
  - Update to IPython 4.1.2
    * fixes installation issues with some versions of setuptools.
* Thu Mar 16 2017 jmatejek@suse.com
  - do not Recommend jupyter_nbconvert (which pulls in texlive)
* Wed Feb 17 2016 toddrme2178@gmail.com
  - specfile:
    * update copyright year
    * Simplify tests for determining whether to build pdf documentation
  - update to version 4.1.1:
    * Backport #9209: Don't import IPython to check version number in
      setup
  - Update to 4.1.0
    * Release February, 2016. IPython 4.1 contain mostly bug fixes.
      It though contain a few improvement.
    * IPython debugger (IPdb) now supports the number of context
      lines for the where (and w) commands. The context keyword is
      also available in various APIs. See PR :ghpull:`9097`
    * YouTube video will now show thumbnail when exported to a media
      that do not support video. (:ghpull:`9086`)
    * Add warning when running ipython <subcommand> when subcommand
      is deprecated. jupyter should now be used.
    * Code in %pinfo (also known as ??) are now highlighter
      (:ghpull:`8947`)
    * %aimport now support module completion. (:ghpull:`8884`)
    * ipdb output is now colored ! (:ghpull:`8842`)
    * Add ability to transpose columns for completion:
      (:ghpull:`8748`)
    * Many many docs improvements and bug fixes
  - update to version 4.0.3:
    * Python 3.5 bug in that could crash during shutdown, triggered by
      deprecations in traitlets 4.1.
    * Typo in deprecation message for nbconvert
  - update to version 4.0.2:
    * Fix backward-compatiblity shim for "IPython.Config", which
      should have been deprecated instead of removed. This will be
      removed in 5.0.
  - update to version 4.0.1:
    * Installation on some systems
    * Compatibility with CPython 3.4.4
    * Compatibility with Qt5
* Thu Oct 01 2015 toddrme2178@gmail.com
  - Build documentation
    This is in a separate spec file to avoid dependency loops
  - Obsolete IPython
  - Split the iptest executable into its own subpackage
    This has a bunch of testing dependencies that are not otherwise
    necessary.
* Fri Aug 21 2015 toddrme2178@gmail.com
  - Add conflict with older versions of IPython
* Mon Aug 17 2015 toddrme2178@gmail.com
  - Initial version

Files

/etc/alternatives/ipython
/etc/alternatives/ipython.1.gz
/usr/bin/ipython
/usr/bin/ipython-2.7
/usr/bin/ipython2
/usr/lib/python2.7/site-packages/IPython
/usr/lib/python2.7/site-packages/IPython/__init__.py
/usr/lib/python2.7/site-packages/IPython/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/__main__.py
/usr/lib/python2.7/site-packages/IPython/__main__.pyc
/usr/lib/python2.7/site-packages/IPython/__main__.pyo
/usr/lib/python2.7/site-packages/IPython/config.py
/usr/lib/python2.7/site-packages/IPython/config.pyc
/usr/lib/python2.7/site-packages/IPython/config.pyo
/usr/lib/python2.7/site-packages/IPython/consoleapp.py
/usr/lib/python2.7/site-packages/IPython/consoleapp.pyc
/usr/lib/python2.7/site-packages/IPython/consoleapp.pyo
/usr/lib/python2.7/site-packages/IPython/core
/usr/lib/python2.7/site-packages/IPython/core/__init__.py
/usr/lib/python2.7/site-packages/IPython/core/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/core/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/core/alias.py
/usr/lib/python2.7/site-packages/IPython/core/alias.pyc
/usr/lib/python2.7/site-packages/IPython/core/alias.pyo
/usr/lib/python2.7/site-packages/IPython/core/application.py
/usr/lib/python2.7/site-packages/IPython/core/application.pyc
/usr/lib/python2.7/site-packages/IPython/core/application.pyo
/usr/lib/python2.7/site-packages/IPython/core/autocall.py
/usr/lib/python2.7/site-packages/IPython/core/autocall.pyc
/usr/lib/python2.7/site-packages/IPython/core/autocall.pyo
/usr/lib/python2.7/site-packages/IPython/core/builtin_trap.py
/usr/lib/python2.7/site-packages/IPython/core/builtin_trap.pyc
/usr/lib/python2.7/site-packages/IPython/core/builtin_trap.pyo
/usr/lib/python2.7/site-packages/IPython/core/compilerop.py
/usr/lib/python2.7/site-packages/IPython/core/compilerop.pyc
/usr/lib/python2.7/site-packages/IPython/core/compilerop.pyo
/usr/lib/python2.7/site-packages/IPython/core/completer.py
/usr/lib/python2.7/site-packages/IPython/core/completer.pyc
/usr/lib/python2.7/site-packages/IPython/core/completer.pyo
/usr/lib/python2.7/site-packages/IPython/core/completerlib.py
/usr/lib/python2.7/site-packages/IPython/core/completerlib.pyc
/usr/lib/python2.7/site-packages/IPython/core/completerlib.pyo
/usr/lib/python2.7/site-packages/IPython/core/crashhandler.py
/usr/lib/python2.7/site-packages/IPython/core/crashhandler.pyc
/usr/lib/python2.7/site-packages/IPython/core/crashhandler.pyo
/usr/lib/python2.7/site-packages/IPython/core/debugger.py
/usr/lib/python2.7/site-packages/IPython/core/debugger.pyc
/usr/lib/python2.7/site-packages/IPython/core/debugger.pyo
/usr/lib/python2.7/site-packages/IPython/core/display.py
/usr/lib/python2.7/site-packages/IPython/core/display.pyc
/usr/lib/python2.7/site-packages/IPython/core/display.pyo
/usr/lib/python2.7/site-packages/IPython/core/display_trap.py
/usr/lib/python2.7/site-packages/IPython/core/display_trap.pyc
/usr/lib/python2.7/site-packages/IPython/core/display_trap.pyo
/usr/lib/python2.7/site-packages/IPython/core/displayhook.py
/usr/lib/python2.7/site-packages/IPython/core/displayhook.pyc
/usr/lib/python2.7/site-packages/IPython/core/displayhook.pyo
/usr/lib/python2.7/site-packages/IPython/core/displaypub.py
/usr/lib/python2.7/site-packages/IPython/core/displaypub.pyc
/usr/lib/python2.7/site-packages/IPython/core/displaypub.pyo
/usr/lib/python2.7/site-packages/IPython/core/error.py
/usr/lib/python2.7/site-packages/IPython/core/error.pyc
/usr/lib/python2.7/site-packages/IPython/core/error.pyo
/usr/lib/python2.7/site-packages/IPython/core/events.py
/usr/lib/python2.7/site-packages/IPython/core/events.pyc
/usr/lib/python2.7/site-packages/IPython/core/events.pyo
/usr/lib/python2.7/site-packages/IPython/core/excolors.py
/usr/lib/python2.7/site-packages/IPython/core/excolors.pyc
/usr/lib/python2.7/site-packages/IPython/core/excolors.pyo
/usr/lib/python2.7/site-packages/IPython/core/extensions.py
/usr/lib/python2.7/site-packages/IPython/core/extensions.pyc
/usr/lib/python2.7/site-packages/IPython/core/extensions.pyo
/usr/lib/python2.7/site-packages/IPython/core/formatters.py
/usr/lib/python2.7/site-packages/IPython/core/formatters.pyc
/usr/lib/python2.7/site-packages/IPython/core/formatters.pyo
/usr/lib/python2.7/site-packages/IPython/core/getipython.py
/usr/lib/python2.7/site-packages/IPython/core/getipython.pyc
/usr/lib/python2.7/site-packages/IPython/core/getipython.pyo
/usr/lib/python2.7/site-packages/IPython/core/history.py
/usr/lib/python2.7/site-packages/IPython/core/history.pyc
/usr/lib/python2.7/site-packages/IPython/core/history.pyo
/usr/lib/python2.7/site-packages/IPython/core/historyapp.py
/usr/lib/python2.7/site-packages/IPython/core/historyapp.pyc
/usr/lib/python2.7/site-packages/IPython/core/historyapp.pyo
/usr/lib/python2.7/site-packages/IPython/core/hooks.py
/usr/lib/python2.7/site-packages/IPython/core/hooks.pyc
/usr/lib/python2.7/site-packages/IPython/core/hooks.pyo
/usr/lib/python2.7/site-packages/IPython/core/inputsplitter.py
/usr/lib/python2.7/site-packages/IPython/core/inputsplitter.pyc
/usr/lib/python2.7/site-packages/IPython/core/inputsplitter.pyo
/usr/lib/python2.7/site-packages/IPython/core/inputtransformer.py
/usr/lib/python2.7/site-packages/IPython/core/inputtransformer.pyc
/usr/lib/python2.7/site-packages/IPython/core/inputtransformer.pyo
/usr/lib/python2.7/site-packages/IPython/core/interactiveshell.py
/usr/lib/python2.7/site-packages/IPython/core/interactiveshell.pyc
/usr/lib/python2.7/site-packages/IPython/core/interactiveshell.pyo
/usr/lib/python2.7/site-packages/IPython/core/latex_symbols.py
/usr/lib/python2.7/site-packages/IPython/core/latex_symbols.pyc
/usr/lib/python2.7/site-packages/IPython/core/latex_symbols.pyo
/usr/lib/python2.7/site-packages/IPython/core/logger.py
/usr/lib/python2.7/site-packages/IPython/core/logger.pyc
/usr/lib/python2.7/site-packages/IPython/core/logger.pyo
/usr/lib/python2.7/site-packages/IPython/core/macro.py
/usr/lib/python2.7/site-packages/IPython/core/macro.pyc
/usr/lib/python2.7/site-packages/IPython/core/macro.pyo
/usr/lib/python2.7/site-packages/IPython/core/magic.py
/usr/lib/python2.7/site-packages/IPython/core/magic.pyc
/usr/lib/python2.7/site-packages/IPython/core/magic.pyo
/usr/lib/python2.7/site-packages/IPython/core/magic_arguments.py
/usr/lib/python2.7/site-packages/IPython/core/magic_arguments.pyc
/usr/lib/python2.7/site-packages/IPython/core/magic_arguments.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics
/usr/lib/python2.7/site-packages/IPython/core/magics/__init__.py
/usr/lib/python2.7/site-packages/IPython/core/magics/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/auto.py
/usr/lib/python2.7/site-packages/IPython/core/magics/auto.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/auto.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/basic.py
/usr/lib/python2.7/site-packages/IPython/core/magics/basic.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/basic.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/code.py
/usr/lib/python2.7/site-packages/IPython/core/magics/code.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/code.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/config.py
/usr/lib/python2.7/site-packages/IPython/core/magics/config.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/config.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/display.py
/usr/lib/python2.7/site-packages/IPython/core/magics/display.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/display.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/execution.py
/usr/lib/python2.7/site-packages/IPython/core/magics/execution.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/execution.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/extension.py
/usr/lib/python2.7/site-packages/IPython/core/magics/extension.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/extension.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/history.py
/usr/lib/python2.7/site-packages/IPython/core/magics/history.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/history.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/logging.py
/usr/lib/python2.7/site-packages/IPython/core/magics/logging.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/logging.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/namespace.py
/usr/lib/python2.7/site-packages/IPython/core/magics/namespace.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/namespace.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/osm.py
/usr/lib/python2.7/site-packages/IPython/core/magics/osm.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/osm.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/pylab.py
/usr/lib/python2.7/site-packages/IPython/core/magics/pylab.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/pylab.pyo
/usr/lib/python2.7/site-packages/IPython/core/magics/script.py
/usr/lib/python2.7/site-packages/IPython/core/magics/script.pyc
/usr/lib/python2.7/site-packages/IPython/core/magics/script.pyo
/usr/lib/python2.7/site-packages/IPython/core/oinspect.py
/usr/lib/python2.7/site-packages/IPython/core/oinspect.pyc
/usr/lib/python2.7/site-packages/IPython/core/oinspect.pyo
/usr/lib/python2.7/site-packages/IPython/core/page.py
/usr/lib/python2.7/site-packages/IPython/core/page.pyc
/usr/lib/python2.7/site-packages/IPython/core/page.pyo
/usr/lib/python2.7/site-packages/IPython/core/payload.py
/usr/lib/python2.7/site-packages/IPython/core/payload.pyc
/usr/lib/python2.7/site-packages/IPython/core/payload.pyo
/usr/lib/python2.7/site-packages/IPython/core/payloadpage.py
/usr/lib/python2.7/site-packages/IPython/core/payloadpage.pyc
/usr/lib/python2.7/site-packages/IPython/core/payloadpage.pyo
/usr/lib/python2.7/site-packages/IPython/core/prefilter.py
/usr/lib/python2.7/site-packages/IPython/core/prefilter.pyc
/usr/lib/python2.7/site-packages/IPython/core/prefilter.pyo
/usr/lib/python2.7/site-packages/IPython/core/profile
/usr/lib/python2.7/site-packages/IPython/core/profile/README_STARTUP
/usr/lib/python2.7/site-packages/IPython/core/profileapp.py
/usr/lib/python2.7/site-packages/IPython/core/profileapp.pyc
/usr/lib/python2.7/site-packages/IPython/core/profileapp.pyo
/usr/lib/python2.7/site-packages/IPython/core/profiledir.py
/usr/lib/python2.7/site-packages/IPython/core/profiledir.pyc
/usr/lib/python2.7/site-packages/IPython/core/profiledir.pyo
/usr/lib/python2.7/site-packages/IPython/core/prompts.py
/usr/lib/python2.7/site-packages/IPython/core/prompts.pyc
/usr/lib/python2.7/site-packages/IPython/core/prompts.pyo
/usr/lib/python2.7/site-packages/IPython/core/pylabtools.py
/usr/lib/python2.7/site-packages/IPython/core/pylabtools.pyc
/usr/lib/python2.7/site-packages/IPython/core/pylabtools.pyo
/usr/lib/python2.7/site-packages/IPython/core/release.py
/usr/lib/python2.7/site-packages/IPython/core/release.pyc
/usr/lib/python2.7/site-packages/IPython/core/release.pyo
/usr/lib/python2.7/site-packages/IPython/core/shadowns.py
/usr/lib/python2.7/site-packages/IPython/core/shadowns.pyc
/usr/lib/python2.7/site-packages/IPython/core/shadowns.pyo
/usr/lib/python2.7/site-packages/IPython/core/shellapp.py
/usr/lib/python2.7/site-packages/IPython/core/shellapp.pyc
/usr/lib/python2.7/site-packages/IPython/core/shellapp.pyo
/usr/lib/python2.7/site-packages/IPython/core/splitinput.py
/usr/lib/python2.7/site-packages/IPython/core/splitinput.pyc
/usr/lib/python2.7/site-packages/IPython/core/splitinput.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests
/usr/lib/python2.7/site-packages/IPython/core/tests/2x2.jpg
/usr/lib/python2.7/site-packages/IPython/core/tests/2x2.png
/usr/lib/python2.7/site-packages/IPython/core/tests/__init__.py
/usr/lib/python2.7/site-packages/IPython/core/tests/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/bad_all.py
/usr/lib/python2.7/site-packages/IPython/core/tests/bad_all.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/bad_all.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/daft_extension
/usr/lib/python2.7/site-packages/IPython/core/tests/daft_extension/daft_extension.py
/usr/lib/python2.7/site-packages/IPython/core/tests/daft_extension/daft_extension.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/daft_extension/daft_extension.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/nonascii.py
/usr/lib/python2.7/site-packages/IPython/core/tests/nonascii.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/nonascii.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/nonascii2.py
/usr/lib/python2.7/site-packages/IPython/core/tests/nonascii2.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/nonascii2.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/print_argv.py
/usr/lib/python2.7/site-packages/IPython/core/tests/print_argv.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/print_argv.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/refbug.py
/usr/lib/python2.7/site-packages/IPython/core/tests/refbug.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/refbug.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/simpleerr.py
/usr/lib/python2.7/site-packages/IPython/core/tests/simpleerr.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/simpleerr.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/tclass.py
/usr/lib/python2.7/site-packages/IPython/core/tests/tclass.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/tclass.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_alias.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_alias.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_alias.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_application.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_application.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_application.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_autocall.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_autocall.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_autocall.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_compilerop.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_compilerop.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_compilerop.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_completer.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_completer.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_completer.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_completerlib.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_completerlib.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_completerlib.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_debugger.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_debugger.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_debugger.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_display.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_display.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_display.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_displayhook.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_displayhook.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_displayhook.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_events.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_events.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_events.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_extension.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_extension.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_extension.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_formatters.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_formatters.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_formatters.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_handlers.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_handlers.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_handlers.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_history.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_history.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_history.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_hooks.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_hooks.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_hooks.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_imports.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_imports.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_imports.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_inputsplitter.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_inputsplitter.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_inputsplitter.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_inputtransformer.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_inputtransformer.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_inputtransformer.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_interactiveshell.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_interactiveshell.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_interactiveshell.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_iplib.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_iplib.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_iplib.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_logger.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_logger.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_logger.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic_arguments.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic_arguments.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic_arguments.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic_terminal.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic_terminal.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic_terminal.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_oinspect.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_oinspect.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_oinspect.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_page.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_page.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_page.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_paths.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_paths.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_paths.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_prefilter.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_prefilter.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_prefilter.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_profile.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_profile.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_profile.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_prompts.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_prompts.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_prompts.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_pylabtools.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_pylabtools.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_pylabtools.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_run.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_run.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_run.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_shellapp.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_shellapp.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_shellapp.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_splitinput.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_splitinput.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_splitinput.pyo
/usr/lib/python2.7/site-packages/IPython/core/tests/test_ultratb.py
/usr/lib/python2.7/site-packages/IPython/core/tests/test_ultratb.pyc
/usr/lib/python2.7/site-packages/IPython/core/tests/test_ultratb.pyo
/usr/lib/python2.7/site-packages/IPython/core/ultratb.py
/usr/lib/python2.7/site-packages/IPython/core/ultratb.pyc
/usr/lib/python2.7/site-packages/IPython/core/ultratb.pyo
/usr/lib/python2.7/site-packages/IPython/core/usage.py
/usr/lib/python2.7/site-packages/IPython/core/usage.pyc
/usr/lib/python2.7/site-packages/IPython/core/usage.pyo
/usr/lib/python2.7/site-packages/IPython/display.py
/usr/lib/python2.7/site-packages/IPython/display.pyc
/usr/lib/python2.7/site-packages/IPython/display.pyo
/usr/lib/python2.7/site-packages/IPython/extensions
/usr/lib/python2.7/site-packages/IPython/extensions/__init__.py
/usr/lib/python2.7/site-packages/IPython/extensions/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/extensions/autoreload.py
/usr/lib/python2.7/site-packages/IPython/extensions/autoreload.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/autoreload.pyo
/usr/lib/python2.7/site-packages/IPython/extensions/cythonmagic.py
/usr/lib/python2.7/site-packages/IPython/extensions/cythonmagic.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/cythonmagic.pyo
/usr/lib/python2.7/site-packages/IPython/extensions/rmagic.py
/usr/lib/python2.7/site-packages/IPython/extensions/rmagic.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/rmagic.pyo
/usr/lib/python2.7/site-packages/IPython/extensions/storemagic.py
/usr/lib/python2.7/site-packages/IPython/extensions/storemagic.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/storemagic.pyo
/usr/lib/python2.7/site-packages/IPython/extensions/sympyprinting.py
/usr/lib/python2.7/site-packages/IPython/extensions/sympyprinting.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/sympyprinting.pyo
/usr/lib/python2.7/site-packages/IPython/extensions/tests
/usr/lib/python2.7/site-packages/IPython/extensions/tests/__init__.py
/usr/lib/python2.7/site-packages/IPython/extensions/tests/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/tests/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_autoreload.py
/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_autoreload.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_autoreload.pyo
/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_storemagic.py
/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_storemagic.pyc
/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_storemagic.pyo
/usr/lib/python2.7/site-packages/IPython/external
/usr/lib/python2.7/site-packages/IPython/external/__init__.py
/usr/lib/python2.7/site-packages/IPython/external/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/external/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/external/decorators
/usr/lib/python2.7/site-packages/IPython/external/decorators/__init__.py
/usr/lib/python2.7/site-packages/IPython/external/decorators/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/external/decorators/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/external/decorators/_decorators.py
/usr/lib/python2.7/site-packages/IPython/external/decorators/_decorators.pyc
/usr/lib/python2.7/site-packages/IPython/external/decorators/_decorators.pyo
/usr/lib/python2.7/site-packages/IPython/external/decorators/_numpy_testing_noseclasses.py
/usr/lib/python2.7/site-packages/IPython/external/decorators/_numpy_testing_noseclasses.pyc
/usr/lib/python2.7/site-packages/IPython/external/decorators/_numpy_testing_noseclasses.pyo
/usr/lib/python2.7/site-packages/IPython/external/decorators/_numpy_testing_utils.py
/usr/lib/python2.7/site-packages/IPython/external/decorators/_numpy_testing_utils.pyc
/usr/lib/python2.7/site-packages/IPython/external/decorators/_numpy_testing_utils.pyo
/usr/lib/python2.7/site-packages/IPython/external/mathjax.py
/usr/lib/python2.7/site-packages/IPython/external/mathjax.pyc
/usr/lib/python2.7/site-packages/IPython/external/mathjax.pyo
/usr/lib/python2.7/site-packages/IPython/external/qt_for_kernel.py
/usr/lib/python2.7/site-packages/IPython/external/qt_for_kernel.pyc
/usr/lib/python2.7/site-packages/IPython/external/qt_for_kernel.pyo
/usr/lib/python2.7/site-packages/IPython/external/qt_loaders.py
/usr/lib/python2.7/site-packages/IPython/external/qt_loaders.pyc
/usr/lib/python2.7/site-packages/IPython/external/qt_loaders.pyo
/usr/lib/python2.7/site-packages/IPython/frontend.py
/usr/lib/python2.7/site-packages/IPython/frontend.pyc
/usr/lib/python2.7/site-packages/IPython/frontend.pyo
/usr/lib/python2.7/site-packages/IPython/html.py
/usr/lib/python2.7/site-packages/IPython/html.pyc
/usr/lib/python2.7/site-packages/IPython/html.pyo
/usr/lib/python2.7/site-packages/IPython/kernel
/usr/lib/python2.7/site-packages/IPython/kernel/__init__.py
/usr/lib/python2.7/site-packages/IPython/kernel/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/__main__.py
/usr/lib/python2.7/site-packages/IPython/kernel/__main__.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/__main__.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/adapter.py
/usr/lib/python2.7/site-packages/IPython/kernel/adapter.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/adapter.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/channels.py
/usr/lib/python2.7/site-packages/IPython/kernel/channels.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/channels.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/channelsabc.py
/usr/lib/python2.7/site-packages/IPython/kernel/channelsabc.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/channelsabc.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/client.py
/usr/lib/python2.7/site-packages/IPython/kernel/client.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/client.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/clientabc.py
/usr/lib/python2.7/site-packages/IPython/kernel/clientabc.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/clientabc.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/connect.py
/usr/lib/python2.7/site-packages/IPython/kernel/connect.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/connect.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/kernelspec.py
/usr/lib/python2.7/site-packages/IPython/kernel/kernelspec.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/kernelspec.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/kernelspecapp.py
/usr/lib/python2.7/site-packages/IPython/kernel/kernelspecapp.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/kernelspecapp.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/launcher.py
/usr/lib/python2.7/site-packages/IPython/kernel/launcher.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/launcher.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/manager.py
/usr/lib/python2.7/site-packages/IPython/kernel/manager.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/manager.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/managerabc.py
/usr/lib/python2.7/site-packages/IPython/kernel/managerabc.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/managerabc.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/multikernelmanager.py
/usr/lib/python2.7/site-packages/IPython/kernel/multikernelmanager.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/multikernelmanager.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/restarter.py
/usr/lib/python2.7/site-packages/IPython/kernel/restarter.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/restarter.pyo
/usr/lib/python2.7/site-packages/IPython/kernel/threaded.py
/usr/lib/python2.7/site-packages/IPython/kernel/threaded.pyc
/usr/lib/python2.7/site-packages/IPython/kernel/threaded.pyo
/usr/lib/python2.7/site-packages/IPython/lib
/usr/lib/python2.7/site-packages/IPython/lib/__init__.py
/usr/lib/python2.7/site-packages/IPython/lib/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/lib/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/lib/backgroundjobs.py
/usr/lib/python2.7/site-packages/IPython/lib/backgroundjobs.pyc
/usr/lib/python2.7/site-packages/IPython/lib/backgroundjobs.pyo
/usr/lib/python2.7/site-packages/IPython/lib/clipboard.py
/usr/lib/python2.7/site-packages/IPython/lib/clipboard.pyc
/usr/lib/python2.7/site-packages/IPython/lib/clipboard.pyo
/usr/lib/python2.7/site-packages/IPython/lib/deepreload.py
/usr/lib/python2.7/site-packages/IPython/lib/deepreload.pyc
/usr/lib/python2.7/site-packages/IPython/lib/deepreload.pyo
/usr/lib/python2.7/site-packages/IPython/lib/demo.py
/usr/lib/python2.7/site-packages/IPython/lib/demo.pyc
/usr/lib/python2.7/site-packages/IPython/lib/demo.pyo
/usr/lib/python2.7/site-packages/IPython/lib/display.py
/usr/lib/python2.7/site-packages/IPython/lib/display.pyc
/usr/lib/python2.7/site-packages/IPython/lib/display.pyo
/usr/lib/python2.7/site-packages/IPython/lib/editorhooks.py
/usr/lib/python2.7/site-packages/IPython/lib/editorhooks.pyc
/usr/lib/python2.7/site-packages/IPython/lib/editorhooks.pyo
/usr/lib/python2.7/site-packages/IPython/lib/guisupport.py
/usr/lib/python2.7/site-packages/IPython/lib/guisupport.pyc
/usr/lib/python2.7/site-packages/IPython/lib/guisupport.pyo
/usr/lib/python2.7/site-packages/IPython/lib/inputhook.py
/usr/lib/python2.7/site-packages/IPython/lib/inputhook.pyc
/usr/lib/python2.7/site-packages/IPython/lib/inputhook.pyo
/usr/lib/python2.7/site-packages/IPython/lib/inputhookglut.py
/usr/lib/python2.7/site-packages/IPython/lib/inputhookglut.pyc
/usr/lib/python2.7/site-packages/IPython/lib/inputhookglut.pyo
/usr/lib/python2.7/site-packages/IPython/lib/inputhookgtk.py
/usr/lib/python2.7/site-packages/IPython/lib/inputhookgtk.pyc
/usr/lib/python2.7/site-packages/IPython/lib/inputhookgtk.pyo
/usr/lib/python2.7/site-packages/IPython/lib/inputhookgtk3.py
/usr/lib/python2.7/site-packages/IPython/lib/inputhookgtk3.pyc
/usr/lib/python2.7/site-packages/IPython/lib/inputhookgtk3.pyo
/usr/lib/python2.7/site-packages/IPython/lib/inputhookpyglet.py
/usr/lib/python2.7/site-packages/IPython/lib/inputhookpyglet.pyc
/usr/lib/python2.7/site-packages/IPython/lib/inputhookpyglet.pyo
/usr/lib/python2.7/site-packages/IPython/lib/inputhookqt4.py
/usr/lib/python2.7/site-packages/IPython/lib/inputhookqt4.pyc
/usr/lib/python2.7/site-packages/IPython/lib/inputhookqt4.pyo
/usr/lib/python2.7/site-packages/IPython/lib/inputhookwx.py
/usr/lib/python2.7/site-packages/IPython/lib/inputhookwx.pyc
/usr/lib/python2.7/site-packages/IPython/lib/inputhookwx.pyo
/usr/lib/python2.7/site-packages/IPython/lib/kernel.py
/usr/lib/python2.7/site-packages/IPython/lib/kernel.pyc
/usr/lib/python2.7/site-packages/IPython/lib/kernel.pyo
/usr/lib/python2.7/site-packages/IPython/lib/latextools.py
/usr/lib/python2.7/site-packages/IPython/lib/latextools.pyc
/usr/lib/python2.7/site-packages/IPython/lib/latextools.pyo
/usr/lib/python2.7/site-packages/IPython/lib/lexers.py
/usr/lib/python2.7/site-packages/IPython/lib/lexers.pyc
/usr/lib/python2.7/site-packages/IPython/lib/lexers.pyo
/usr/lib/python2.7/site-packages/IPython/lib/pretty.py
/usr/lib/python2.7/site-packages/IPython/lib/pretty.pyc
/usr/lib/python2.7/site-packages/IPython/lib/pretty.pyo
/usr/lib/python2.7/site-packages/IPython/lib/security.py
/usr/lib/python2.7/site-packages/IPython/lib/security.pyc
/usr/lib/python2.7/site-packages/IPython/lib/security.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests
/usr/lib/python2.7/site-packages/IPython/lib/tests/__init__.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test.wav
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_backgroundjobs.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_backgroundjobs.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_backgroundjobs.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_clipboard.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_clipboard.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_clipboard.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_deepreload.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_deepreload.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_deepreload.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_display.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_display.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_display.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_editorhooks.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_editorhooks.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_editorhooks.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_imports.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_imports.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_imports.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_latextools.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_latextools.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_latextools.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_lexers.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_lexers.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_lexers.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_pretty.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_pretty.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_pretty.pyo
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_security.py
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_security.pyc
/usr/lib/python2.7/site-packages/IPython/lib/tests/test_security.pyo
/usr/lib/python2.7/site-packages/IPython/nbconvert.py
/usr/lib/python2.7/site-packages/IPython/nbconvert.pyc
/usr/lib/python2.7/site-packages/IPython/nbconvert.pyo
/usr/lib/python2.7/site-packages/IPython/nbformat.py
/usr/lib/python2.7/site-packages/IPython/nbformat.pyc
/usr/lib/python2.7/site-packages/IPython/nbformat.pyo
/usr/lib/python2.7/site-packages/IPython/parallel.py
/usr/lib/python2.7/site-packages/IPython/parallel.pyc
/usr/lib/python2.7/site-packages/IPython/parallel.pyo
/usr/lib/python2.7/site-packages/IPython/paths.py
/usr/lib/python2.7/site-packages/IPython/paths.pyc
/usr/lib/python2.7/site-packages/IPython/paths.pyo
/usr/lib/python2.7/site-packages/IPython/qt.py
/usr/lib/python2.7/site-packages/IPython/qt.pyc
/usr/lib/python2.7/site-packages/IPython/qt.pyo
/usr/lib/python2.7/site-packages/IPython/sphinxext
/usr/lib/python2.7/site-packages/IPython/sphinxext/__init__.py
/usr/lib/python2.7/site-packages/IPython/sphinxext/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/sphinxext/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/sphinxext/custom_doctests.py
/usr/lib/python2.7/site-packages/IPython/sphinxext/custom_doctests.pyc
/usr/lib/python2.7/site-packages/IPython/sphinxext/custom_doctests.pyo
/usr/lib/python2.7/site-packages/IPython/sphinxext/ipython_console_highlighting.py
/usr/lib/python2.7/site-packages/IPython/sphinxext/ipython_console_highlighting.pyc
/usr/lib/python2.7/site-packages/IPython/sphinxext/ipython_console_highlighting.pyo
/usr/lib/python2.7/site-packages/IPython/sphinxext/ipython_directive.py
/usr/lib/python2.7/site-packages/IPython/sphinxext/ipython_directive.pyc
/usr/lib/python2.7/site-packages/IPython/sphinxext/ipython_directive.pyo
/usr/lib/python2.7/site-packages/IPython/terminal
/usr/lib/python2.7/site-packages/IPython/terminal/__init__.py
/usr/lib/python2.7/site-packages/IPython/terminal/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/console.py
/usr/lib/python2.7/site-packages/IPython/terminal/console.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/console.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/debugger.py
/usr/lib/python2.7/site-packages/IPython/terminal/debugger.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/debugger.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/embed.py
/usr/lib/python2.7/site-packages/IPython/terminal/embed.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/embed.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/interactiveshell.py
/usr/lib/python2.7/site-packages/IPython/terminal/interactiveshell.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/interactiveshell.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.py
/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/magics.py
/usr/lib/python2.7/site-packages/IPython/terminal/magics.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/magics.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/prompts.py
/usr/lib/python2.7/site-packages/IPython/terminal/prompts.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/prompts.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/__init__.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/glut.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/glut.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/glut.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/gtk.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/gtk.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/gtk.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/gtk3.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/gtk3.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/gtk3.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/osx.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/osx.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/osx.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/pyglet.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/pyglet.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/pyglet.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/qt.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/qt.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/qt.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/tk.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/tk.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/tk.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/wx.py
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/wx.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/pt_inputhooks/wx.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/ptshell.py
/usr/lib/python2.7/site-packages/IPython/terminal/ptshell.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/ptshell.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/ptutils.py
/usr/lib/python2.7/site-packages/IPython/terminal/ptutils.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/ptutils.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/shortcuts.py
/usr/lib/python2.7/site-packages/IPython/terminal/shortcuts.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/shortcuts.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/tests
/usr/lib/python2.7/site-packages/IPython/terminal/tests/__init__.py
/usr/lib/python2.7/site-packages/IPython/terminal/tests/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/tests/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_embed.py
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_embed.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_embed.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_help.py
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_help.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_help.pyo
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_interactivshell.py
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_interactivshell.pyc
/usr/lib/python2.7/site-packages/IPython/terminal/tests/test_interactivshell.pyo
/usr/lib/python2.7/site-packages/IPython/testing
/usr/lib/python2.7/site-packages/IPython/testing/__init__.py
/usr/lib/python2.7/site-packages/IPython/testing/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/testing/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/testing/__main__.py
/usr/lib/python2.7/site-packages/IPython/testing/__main__.pyc
/usr/lib/python2.7/site-packages/IPython/testing/__main__.pyo
/usr/lib/python2.7/site-packages/IPython/testing/decorators.py
/usr/lib/python2.7/site-packages/IPython/testing/decorators.pyc
/usr/lib/python2.7/site-packages/IPython/testing/decorators.pyo
/usr/lib/python2.7/site-packages/IPython/testing/globalipapp.py
/usr/lib/python2.7/site-packages/IPython/testing/globalipapp.pyc
/usr/lib/python2.7/site-packages/IPython/testing/globalipapp.pyo
/usr/lib/python2.7/site-packages/IPython/testing/iptest.py
/usr/lib/python2.7/site-packages/IPython/testing/iptest.pyc
/usr/lib/python2.7/site-packages/IPython/testing/iptest.pyo
/usr/lib/python2.7/site-packages/IPython/testing/iptestcontroller.py
/usr/lib/python2.7/site-packages/IPython/testing/iptestcontroller.pyc
/usr/lib/python2.7/site-packages/IPython/testing/iptestcontroller.pyo
/usr/lib/python2.7/site-packages/IPython/testing/ipunittest.py
/usr/lib/python2.7/site-packages/IPython/testing/ipunittest.pyc
/usr/lib/python2.7/site-packages/IPython/testing/ipunittest.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin
/usr/lib/python2.7/site-packages/IPython/testing/plugin/README.txt
/usr/lib/python2.7/site-packages/IPython/testing/plugin/__init__.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/dtexample.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/dtexample.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/dtexample.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/ipdoctest.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/ipdoctest.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/ipdoctest.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/iptest.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/iptest.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/iptest.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/setup.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/setup.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/setup.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/show_refs.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/show_refs.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/show_refs.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/simple.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/simple.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/simple.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/simplevars.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/simplevars.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/simplevars.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_combo.txt
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_example.txt
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_exampleip.txt
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_ipdoctest.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_ipdoctest.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_ipdoctest.pyo
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_refs.py
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_refs.pyc
/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_refs.pyo
/usr/lib/python2.7/site-packages/IPython/testing/skipdoctest.py
/usr/lib/python2.7/site-packages/IPython/testing/skipdoctest.pyc
/usr/lib/python2.7/site-packages/IPython/testing/skipdoctest.pyo
/usr/lib/python2.7/site-packages/IPython/testing/tests
/usr/lib/python2.7/site-packages/IPython/testing/tests/__init__.py
/usr/lib/python2.7/site-packages/IPython/testing/tests/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/testing/tests/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_decorators.py
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_decorators.pyc
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_decorators.pyo
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_ipunittest.py
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_ipunittest.pyc
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_ipunittest.pyo
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_tools.py
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_tools.pyc
/usr/lib/python2.7/site-packages/IPython/testing/tests/test_tools.pyo
/usr/lib/python2.7/site-packages/IPython/testing/tools.py
/usr/lib/python2.7/site-packages/IPython/testing/tools.pyc
/usr/lib/python2.7/site-packages/IPython/testing/tools.pyo
/usr/lib/python2.7/site-packages/IPython/utils
/usr/lib/python2.7/site-packages/IPython/utils/PyColorize.py
/usr/lib/python2.7/site-packages/IPython/utils/PyColorize.pyc
/usr/lib/python2.7/site-packages/IPython/utils/PyColorize.pyo
/usr/lib/python2.7/site-packages/IPython/utils/__init__.py
/usr/lib/python2.7/site-packages/IPython/utils/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/utils/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_get_terminal_size.py
/usr/lib/python2.7/site-packages/IPython/utils/_get_terminal_size.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_get_terminal_size.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_process_cli.py
/usr/lib/python2.7/site-packages/IPython/utils/_process_cli.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_process_cli.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_process_common.py
/usr/lib/python2.7/site-packages/IPython/utils/_process_common.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_process_common.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_process_posix.py
/usr/lib/python2.7/site-packages/IPython/utils/_process_posix.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_process_posix.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_process_win32.py
/usr/lib/python2.7/site-packages/IPython/utils/_process_win32.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_process_win32.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_process_win32_controller.py
/usr/lib/python2.7/site-packages/IPython/utils/_process_win32_controller.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_process_win32_controller.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_signatures.py
/usr/lib/python2.7/site-packages/IPython/utils/_signatures.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_signatures.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_sysinfo.py
/usr/lib/python2.7/site-packages/IPython/utils/_sysinfo.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_sysinfo.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_tokenize_py2.py
/usr/lib/python2.7/site-packages/IPython/utils/_tokenize_py2.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_tokenize_py2.pyo
/usr/lib/python2.7/site-packages/IPython/utils/_tokenize_py3.py
/usr/lib/python2.7/site-packages/IPython/utils/_tokenize_py3.pyc
/usr/lib/python2.7/site-packages/IPython/utils/_tokenize_py3.pyo
/usr/lib/python2.7/site-packages/IPython/utils/capture.py
/usr/lib/python2.7/site-packages/IPython/utils/capture.pyc
/usr/lib/python2.7/site-packages/IPython/utils/capture.pyo
/usr/lib/python2.7/site-packages/IPython/utils/colorable.py
/usr/lib/python2.7/site-packages/IPython/utils/colorable.pyc
/usr/lib/python2.7/site-packages/IPython/utils/colorable.pyo
/usr/lib/python2.7/site-packages/IPython/utils/coloransi.py
/usr/lib/python2.7/site-packages/IPython/utils/coloransi.pyc
/usr/lib/python2.7/site-packages/IPython/utils/coloransi.pyo
/usr/lib/python2.7/site-packages/IPython/utils/contexts.py
/usr/lib/python2.7/site-packages/IPython/utils/contexts.pyc
/usr/lib/python2.7/site-packages/IPython/utils/contexts.pyo
/usr/lib/python2.7/site-packages/IPython/utils/daemonize.py
/usr/lib/python2.7/site-packages/IPython/utils/daemonize.pyc
/usr/lib/python2.7/site-packages/IPython/utils/daemonize.pyo
/usr/lib/python2.7/site-packages/IPython/utils/data.py
/usr/lib/python2.7/site-packages/IPython/utils/data.pyc
/usr/lib/python2.7/site-packages/IPython/utils/data.pyo
/usr/lib/python2.7/site-packages/IPython/utils/decorators.py
/usr/lib/python2.7/site-packages/IPython/utils/decorators.pyc
/usr/lib/python2.7/site-packages/IPython/utils/decorators.pyo
/usr/lib/python2.7/site-packages/IPython/utils/dir2.py
/usr/lib/python2.7/site-packages/IPython/utils/dir2.pyc
/usr/lib/python2.7/site-packages/IPython/utils/dir2.pyo
/usr/lib/python2.7/site-packages/IPython/utils/encoding.py
/usr/lib/python2.7/site-packages/IPython/utils/encoding.pyc
/usr/lib/python2.7/site-packages/IPython/utils/encoding.pyo
/usr/lib/python2.7/site-packages/IPython/utils/eventful.py
/usr/lib/python2.7/site-packages/IPython/utils/eventful.pyc
/usr/lib/python2.7/site-packages/IPython/utils/eventful.pyo
/usr/lib/python2.7/site-packages/IPython/utils/frame.py
/usr/lib/python2.7/site-packages/IPython/utils/frame.pyc
/usr/lib/python2.7/site-packages/IPython/utils/frame.pyo
/usr/lib/python2.7/site-packages/IPython/utils/generics.py
/usr/lib/python2.7/site-packages/IPython/utils/generics.pyc
/usr/lib/python2.7/site-packages/IPython/utils/generics.pyo
/usr/lib/python2.7/site-packages/IPython/utils/importstring.py
/usr/lib/python2.7/site-packages/IPython/utils/importstring.pyc
/usr/lib/python2.7/site-packages/IPython/utils/importstring.pyo
/usr/lib/python2.7/site-packages/IPython/utils/io.py
/usr/lib/python2.7/site-packages/IPython/utils/io.pyc
/usr/lib/python2.7/site-packages/IPython/utils/io.pyo
/usr/lib/python2.7/site-packages/IPython/utils/ipstruct.py
/usr/lib/python2.7/site-packages/IPython/utils/ipstruct.pyc
/usr/lib/python2.7/site-packages/IPython/utils/ipstruct.pyo
/usr/lib/python2.7/site-packages/IPython/utils/jsonutil.py
/usr/lib/python2.7/site-packages/IPython/utils/jsonutil.pyc
/usr/lib/python2.7/site-packages/IPython/utils/jsonutil.pyo
/usr/lib/python2.7/site-packages/IPython/utils/localinterfaces.py
/usr/lib/python2.7/site-packages/IPython/utils/localinterfaces.pyc
/usr/lib/python2.7/site-packages/IPython/utils/localinterfaces.pyo
/usr/lib/python2.7/site-packages/IPython/utils/log.py
/usr/lib/python2.7/site-packages/IPython/utils/log.pyc
/usr/lib/python2.7/site-packages/IPython/utils/log.pyo
/usr/lib/python2.7/site-packages/IPython/utils/module_paths.py
/usr/lib/python2.7/site-packages/IPython/utils/module_paths.pyc
/usr/lib/python2.7/site-packages/IPython/utils/module_paths.pyo
/usr/lib/python2.7/site-packages/IPython/utils/openpy.py
/usr/lib/python2.7/site-packages/IPython/utils/openpy.pyc
/usr/lib/python2.7/site-packages/IPython/utils/openpy.pyo
/usr/lib/python2.7/site-packages/IPython/utils/path.py
/usr/lib/python2.7/site-packages/IPython/utils/path.pyc
/usr/lib/python2.7/site-packages/IPython/utils/path.pyo
/usr/lib/python2.7/site-packages/IPython/utils/pickleutil.py
/usr/lib/python2.7/site-packages/IPython/utils/pickleutil.pyc
/usr/lib/python2.7/site-packages/IPython/utils/pickleutil.pyo
/usr/lib/python2.7/site-packages/IPython/utils/process.py
/usr/lib/python2.7/site-packages/IPython/utils/process.pyc
/usr/lib/python2.7/site-packages/IPython/utils/process.pyo
/usr/lib/python2.7/site-packages/IPython/utils/py3compat.py
/usr/lib/python2.7/site-packages/IPython/utils/py3compat.pyc
/usr/lib/python2.7/site-packages/IPython/utils/py3compat.pyo
/usr/lib/python2.7/site-packages/IPython/utils/rlineimpl.py
/usr/lib/python2.7/site-packages/IPython/utils/rlineimpl.pyc
/usr/lib/python2.7/site-packages/IPython/utils/rlineimpl.pyo
/usr/lib/python2.7/site-packages/IPython/utils/sentinel.py
/usr/lib/python2.7/site-packages/IPython/utils/sentinel.pyc
/usr/lib/python2.7/site-packages/IPython/utils/sentinel.pyo
/usr/lib/python2.7/site-packages/IPython/utils/shimmodule.py
/usr/lib/python2.7/site-packages/IPython/utils/shimmodule.pyc
/usr/lib/python2.7/site-packages/IPython/utils/shimmodule.pyo
/usr/lib/python2.7/site-packages/IPython/utils/signatures.py
/usr/lib/python2.7/site-packages/IPython/utils/signatures.pyc
/usr/lib/python2.7/site-packages/IPython/utils/signatures.pyo
/usr/lib/python2.7/site-packages/IPython/utils/strdispatch.py
/usr/lib/python2.7/site-packages/IPython/utils/strdispatch.pyc
/usr/lib/python2.7/site-packages/IPython/utils/strdispatch.pyo
/usr/lib/python2.7/site-packages/IPython/utils/sysinfo.py
/usr/lib/python2.7/site-packages/IPython/utils/sysinfo.pyc
/usr/lib/python2.7/site-packages/IPython/utils/sysinfo.pyo
/usr/lib/python2.7/site-packages/IPython/utils/syspathcontext.py
/usr/lib/python2.7/site-packages/IPython/utils/syspathcontext.pyc
/usr/lib/python2.7/site-packages/IPython/utils/syspathcontext.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tempdir.py
/usr/lib/python2.7/site-packages/IPython/utils/tempdir.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tempdir.pyo
/usr/lib/python2.7/site-packages/IPython/utils/terminal.py
/usr/lib/python2.7/site-packages/IPython/utils/terminal.pyc
/usr/lib/python2.7/site-packages/IPython/utils/terminal.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests
/usr/lib/python2.7/site-packages/IPython/utils/tests/__init__.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/__init__.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/__init__.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_capture.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_capture.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_capture.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_decorators.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_decorators.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_decorators.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_dir2.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_dir2.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_dir2.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_imports.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_imports.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_imports.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_importstring.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_importstring.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_importstring.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_io.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_io.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_io.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_module_paths.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_module_paths.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_module_paths.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_openpy.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_openpy.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_openpy.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_path.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_path.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_path.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_process.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_process.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_process.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_pycolorize.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_pycolorize.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_pycolorize.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_shimmodule.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_shimmodule.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_shimmodule.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_sysinfo.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_sysinfo.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_sysinfo.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_tempdir.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_tempdir.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_tempdir.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_text.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_text.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_text.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_tokenutil.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_tokenutil.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_tokenutil.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_wildcard.py
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_wildcard.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tests/test_wildcard.pyo
/usr/lib/python2.7/site-packages/IPython/utils/text.py
/usr/lib/python2.7/site-packages/IPython/utils/text.pyc
/usr/lib/python2.7/site-packages/IPython/utils/text.pyo
/usr/lib/python2.7/site-packages/IPython/utils/timing.py
/usr/lib/python2.7/site-packages/IPython/utils/timing.pyc
/usr/lib/python2.7/site-packages/IPython/utils/timing.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tokenize2.py
/usr/lib/python2.7/site-packages/IPython/utils/tokenize2.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tokenize2.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tokenutil.py
/usr/lib/python2.7/site-packages/IPython/utils/tokenutil.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tokenutil.pyo
/usr/lib/python2.7/site-packages/IPython/utils/traitlets.py
/usr/lib/python2.7/site-packages/IPython/utils/traitlets.pyc
/usr/lib/python2.7/site-packages/IPython/utils/traitlets.pyo
/usr/lib/python2.7/site-packages/IPython/utils/tz.py
/usr/lib/python2.7/site-packages/IPython/utils/tz.pyc
/usr/lib/python2.7/site-packages/IPython/utils/tz.pyo
/usr/lib/python2.7/site-packages/IPython/utils/ulinecache.py
/usr/lib/python2.7/site-packages/IPython/utils/ulinecache.pyc
/usr/lib/python2.7/site-packages/IPython/utils/ulinecache.pyo
/usr/lib/python2.7/site-packages/IPython/utils/version.py
/usr/lib/python2.7/site-packages/IPython/utils/version.pyc
/usr/lib/python2.7/site-packages/IPython/utils/version.pyo
/usr/lib/python2.7/site-packages/IPython/utils/warn.py
/usr/lib/python2.7/site-packages/IPython/utils/warn.pyc
/usr/lib/python2.7/site-packages/IPython/utils/warn.pyo
/usr/lib/python2.7/site-packages/IPython/utils/wildcard.py
/usr/lib/python2.7/site-packages/IPython/utils/wildcard.pyc
/usr/lib/python2.7/site-packages/IPython/utils/wildcard.pyo
/usr/lib/python2.7/site-packages/ipython-5.8.0-py2.7.egg-info
/usr/share/applications/ipython-2.7.desktop
/usr/share/doc/packages/python2-ipython
/usr/share/doc/packages/python2-ipython/README.rst
/usr/share/icons/hicolor/scalable/apps/IPython-2.7.svg
/usr/share/licenses/python2-ipython
/usr/share/licenses/python2-ipython/COPYING.rst
/usr/share/licenses/python2-ipython/license_and_copyright.rst
/usr/share/man/man1/ipython-2.7.1.gz
/usr/share/man/man1/ipython.1.gz
/usr/share/man/man1/ipython2.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024