stimfit icon indicating copy to clipboard operation
stimfit copied to clipboard

Python interpreter History

Open AndrewMicallef opened this issue 9 years ago • 2 comments

Is there a way to get the history of all input to the stimfit python interpreter without copying all the output as well? I'm thinking of a functional equivalent of IPython's %history magic.

AndrewMicallef avatar Jul 22 '15 06:07 AndrewMicallef

Ideally for this we'd have to bring back ipython as the default shell. Otherwise we'd be reinventing the wheel. Unfortunately the wx version of ipython was abandoned a while ago and to my knowledge there are no plans to bring it back (@JoseGuzman?)

neurodroid avatar Jul 22 '15 10:07 neurodroid

Check Issue #23 , we have been discussing about it since version of IPython 0.11. If I ever have the chance to have a sabbatical semester, I would work exclusively on that issue. I agree that an IPython-like terminal would fit so nice to Stimfit!

JoseGuzman avatar Jul 29 '15 08:07 JoseGuzman