M Bussonnier
M Bussonnier
Sorry this fell on the second page of the open pull-requests and I forgot about it (one of the reason iI think project should not have more than one page...
I'm not sure this is possible, and #1464 refers to jupyter/notebook which used to be part of this repository. Maybe we can see if we can add a shortcut to...
> Should I keep the issue open? Yes, that is good. Thanks.
You want to look into [IPython/terminal/shortcuts/__init__.py](https://github.com/ipython/ipython/blob/fd2cf18f8109637662faf70862a84594625b132a/IPython/terminal/shortcuts/__init__.py), and look at the existing bindings. There is likely a way to add/edit the bindings on backspace and if in edit mode, and there...
Just to let you know this is still on my todo list to review. I'll try to understand better and get that in when possible.
> Keep in mind that this could break the input hooks for UI toolkits which IPython has right now. (Did you test that?) No I did not test, and this...
Maybe a better way woudl be to look at https://docs.python.org/3/library/py_compile.html and https://docs.python.org/3/library/py_compile.html#py_compile.PycInvalidationMode
No sorry, I missed it, will have a look it. On Mon, 16 Jan 2023 at 14:21, Michał Krassowski ***@***.***> wrote: > this commands (functions), need to not be closures...
Yeah, I'm thorn as I can see the reason to package the test in the wheel. On some system you may want to run the test to make sure all...
> I guess another alternative would be to build and distribute (and test as-distributed) a second `ipython-tests` package, with a `==` pin on `ipython`, which hoisted all the required test...