larray-project / larray-editor

Graphical User Interface for LArray
GNU General Public License v3.0
2 stars 2 forks source link

ipython 8.12.0 makes the console introspection break #258

Closed gdementen closed 1 year ago

gdementen commented 1 year ago

When typing a function name and opening the parenthesis, or the function name with a ?, ipython usually show the function docstring but with this particular version, it is broken, making it much less useful.

Given this is an "old" version (ipython is already at version 8.15), and there is very little chance our users will receive this version when updating, I don't plan on doing anything to fix it. I will only create and close this issue immediately in case it bites me back some day.

Ref: https://github.com/ipython/ipython/pull/14004/