prompt-toolkit / ptpython

A better Python REPL
BSD 3-Clause "New" or "Revised" License
5.19k stars 277 forks source link

Fix IPython DeprecationWarning #545

Closed gpotter2 closed 11 months ago

gpotter2 commented 1 year ago

ptipython raises the following error since IPython 7:

IPython.core.inputsplitter is deprecated since IPython 7 in favor of IPython.core.inputtransformer2

jonathanslenders commented 11 months ago

Thanks!