https://bugs.kde.org/show_bug.cgi?id=375467

Antonio Rojas <aro...@archlinux.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aro...@archlinux.org

--- Comment #5 from Antonio Rojas <aro...@archlinux.org> ---
This is caused by the ipython 5.0 upgrade. There are (at least) two issues
here:

- Ipython 5.0 uses prompt_toolkit instead of readline. By default it has prompt
and syntax highlighting enabled, which breaks the Cantor parser (it can't
interpret the ANSI codes correctly). This could be fixed on the Sage side by
forcing it to run ipython with the --simple-prompt flag

- Even with the --simple-prompt flag, ipython 5.0 doesn't accept multiline
input anymore. This breaks passing the initialization commands to Sage. This is
being tracked upstream at https://github.com/ipython/ipython/issues/9816

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to