-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using edit_physio()
in Spyder breaks console after closing interactive plot session and jupyter is also not working.
#13
Comments
Update: it seems it's a problem related to the |
Oh jeez, that's a tough question... I was almost certainly using one of those you listed: likely originally |
Ok, that's good to know! Out of curiosity, did you also test it in a jupyter notebook? Does it work without issues? |
@smoia : I tested it in a jupyter notebook yesterday! that's a funny coincidence. I was thinking of posting something here to cover the issue. At first I thought it may be a |
Mmm, like this it might be a bit difficult to "debug", but I'd say the first thing we can do is to write in the readme and in the documentation that we don't guarantee that the interactive plot session works in Spyder or Jupyter notebook. Sounds good? |
Sounds right yeah. Pin me if you think you'd need me to send a PR |
Sure! Why don't you go on and open a PR? |
@sangfrois @smoia: you will likely need to install (Also to explicitly answer @smoia's previous question: no, I had never tried testing in Jupyter!) |
Ah, nice! |
i think I've tried, but let me give it a shot again! I'll pin you once I'm done! |
Ok, so : I've tried installing ipympl and executing
Something seems to be processed here, so I've double checked with Assuming that the string output meant there was a plot object, I've tried to call Everything works fine in my terminal though. Even got the chance to try out the GUI. Looks great 😁 Here @smoia @rmarkello is there any other little tests you'd want me to try out? |
New question: does the library need OpenGL? |
@smoia: I'm not sure! I want to say no, probably not, but did very limited testing on this whole thing 😅 Sorry to not be of more help here. |
Revisiting that issue: The interactive plot is working for me in jupyter notebook when I specified either |
Did you try to close the widget with ctrl+q as per documentation? |
Yes. It seems to close the plot since after doing ctrl+q I can't interact with it. However, if I delete some peaks, nor the peaks when I call peaks on the object nor the history are updated.. |
edit_physio()
in Spyder breaks console after closing interactive plot session.edit_physio()
in Spyder breaks console after closing interactive plot session and jupyter is also not working.
Update: it works when using
So I would suggest to just add a note in the doc to make it clear |
This happens in Spyder 4 (didn't test on previous Spyder versions), in Ubuntu 18.04 and latest winpython.
If we can figure out why, it would be great - starting with trying to reproduce the problem in different environments @physiopy/all .
The text was updated successfully, but these errors were encountered: