-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Using raw.plot in JupyterLab or Colab #8080
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
Comments
What do you get for |
I am able to get interactive Google Colab is "not officially supported" at the moment, though mainly because of problems with 3D visualization. For 2D visualization it is expected to work the same as Jupyter Notebooks. I tried to get Colab 3D viz working in June, and kept hitting segfaults (there is some discussion of this on the Gitter channel, search for "colab"). |
Closing since it seems like it works at least in JupyterLab but let's reopen if it doesn't actually |
@drammock @agramfort @GuillaumeFavelier do one of you want to try what they suggest doing for custom widgets in colab as of a couple of days ago? googlecolab/colabtools#498 (comment) I have never used Colab but if it's easy to tell people how to make our IPython widgets work we should do it... |
I can give a try tomorrow. In any case, I'll update #8704 with this. Thanks for the update! |
I managed to reproduce the minimal example using
but not the one using
So the basic example using
They both do not give any output. My bad, I was focused on the 3d plots. I did not try |
In the issue linked above they state:
Can you see if this has been reported in https://github.com/googlecolab/colab-cdn-widget-manager/issues and if not, add this information there? Seems like useful debugging for them! |
The related issue is opened in googlecolab/colab-cdn-widget-manager#8 ! |
Sounds like they've fixed it: googlecolab/colab-cdn-widget-manager#8 (comment) |
Bumping the milestone of this to the next release, hopefully all (or at least more) bugs will be ironed out by then |
I'll close this as upstream bug(s), but people feel free to comment if it's fixed yet (or not)! |
Is there any recommendation how to use MNE plot() functions such as raw.plot() in JupyterLab and Google Colab?
When i run these functions they aren't interactive. None of %matplotlib %matplotlib qt works in these environment...
So, is there any way to use these graphs interactively in these tools?
Thanks!
The text was updated successfully, but these errors were encountered: