rlipython
rlipython copied to clipboard
Readline Interface for IPython 5.4+
Some minor revisions to accommodate changes made with Ipython7 swapping from IPython.core.inputsplitter to IPython.core.inputtransformer2. I believe this closes #21
This PR accommodates upstream changes to IPython.utils.py3compat made in IPython 7.11
This resolves the issues as reported in #23 for windows powershell whilst leaving other platforms unaffected.
README.md - update to highlight "DO **NOT** USE WITH IPYTHON 7" - it WILL corrupt your installation.
A single sentence at the top of the README.md, should be a quick fix
In IPython, both `shellapp` and `interactivelshell` use `IPython.terminal.pt_inputhooks`. I bet `rlipython` doesn't work out of the box with those, though I haven't verified. Here are the event loops that get...
I have extra need of readline, now prompt_toolkit seems to be broken for IPython 7: https://github.com/ipython/ipython/issues/1133 But sadly, with IPython 7, current rlipython ``` $ ipython Python 3.6.4 (default, Mar...
Running tests using `unittest` from the standard library gives an error about unrecognized arguments. I know this is supposed to be an unmaintained module, but I wonder if IPython already...
figured this out while diagnosing possible workarounds for ipython/ipython#11008. Ideally, we'd just go along with the indentation logic that used to be there in classic IPython. If I recall correctly,...
The way I'm currently going about providing color for the In/Out prompts is by just hardcoding it. After I wrap my head around what changes are necessary to get this...
I haven't check if this happens by default already, but wanted to note it down.