-
Notifications
You must be signed in to change notification settings - Fork 225
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
Interactivity does not work in Jupyter Lab #66
Comments
I had a similar problem when I was using a notebook which had output cells with plots generated by (%matplotlib notebook) I fixed it by:
I think that %matplotlib notebook injects some kind of javascript that kills something inside jupyter lab. |
@feanor12 Thanks, it looks like you are right. After restarting and clearing all output, the buttons work (except for the "power" button, which has already been reported in #61) and also the mouse pointer coordinates are shown properly in the bottom right corner. The buttons still look Windows 95-ish, though (not sure if this is a bug). |
So maybe this is the cause for #62 as well. |
@feanor12 Yes! |
Is this supposed to work with Matplotlib FuncAnimations too? All I get is a blank output and the FuncAnimation itself--which works just fine in IPython in a Terminal window--does not call the update function I defined for each frame. Thanks in advance for any suggestions. EDIT: FuncAnimation works if the frames argument is an integer. It does not work if it's a generator function, which is what I am trying to use. |
@pdeitel that is extremely odd. I am a bit worried that your generator is raising someplace and the exceptions are getting snarfed incorrectly. Internally, the animation module homgonizes all the input to generators (an integer gets turned into |
Yes, all of the js to make the plot interactive is inserted by the notebook backend (which is why it does not work in jlab as they have closed that convenient but large security hole). |
Additionally to @feanor12's recipe I had to close all tabs on the right hand side (open notebooks). Probably their javascript was still interfering with ipympl |
Same problem and clearing outputs, restarting etc doesn't work. Any ideas? I've tried this in Chrome, Safari.. |
I have not gone back to try this again recently, but I will be sometime in the next two weeks. I have all exceptions dumping text so I can see the problems that occur, so there should not be any getting "snarfed". |
Seems related so adding here:
in a notebook that had
I understand this to mean "use |
It means once you’ve run Open to suggestions to language that would make that more clear, but unfortunately that’s exactly what the existing message says to me (but then again I’ve been doing this for way too long). |
Hm that's not what I understood from the message, and you can't use notebook at all in jupyter lab so the second sentence is confusing. |
I think I might have misread "using" as "use" on my first read which probably added to the confusion, so feel free to ignore me. |
The warning should probably explain why it cannot change backend, or at least how the user can use a different one. My suggestion below is verbose, but I think 50% of basic users have probably encountered this error message and then become very confused or worried. How about changing
to
|
How about adding something like
“Cannot use %matplotlib notebook and %matplotlib widget in the same notebook because they use different event loops”?
On Jan 29, 2019, at 6:07 AM, Thomas Aarholt <[email protected]> wrote:
The warning should probably explain why it cannot change backend, or at least how the user can use a different one.
My suggestion below is verbose, but I think 50% of basic users have probably encountered this error message and then become very confused or worried.
How about changing
Warning: Cannot change to a different GUI toolkit: widget. Using notebook instead.
to
Warning: Cannot change GUI toolkit from notebook to widget.
Only the inline and *one* interactive toolkit can be used together.
Restart kernel to use a different toolkit.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Probably another solution, which works for me in both, notebook and jupyterlab (up to version 0.35.4):
|
I still see the behaviour as described by @MerlinPendragon in his original post issue #62 on Firefox. On Chromium the example runs fine. I am on Fedora 29.
|
This solution worked form me, only after restarting the kernel and jupyterlab. |
What about: Matplotlib is currently configured to use the edit: I'm trying to make a point that brevity is not always helpful when something critical breaks. This reminds me of the classic "Unable to find VCVARSALL.BAT" error message. It tells you exactly what went wrong, but not the obvious helpful things you need to know to fix it. |
right, just restart the kernal and run |
None of the suggestions work currently. This was working recently. Only see the text: Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous … |
@cottrell can you tell us how you installed ipympl? You might have missed an installation step. I think this issue should be closed. ipympl does work in JupyterLab now. |
As you wish. @cottrell, feel free to open a new issue with more comprehensive information about your environment and a reproducible test case. |
Interesting ... I just tried at home on a Linux system (again following https://stackoverflow.com/questions/50149562/jupyterlab-interactive-plot) and everything works again. Will try again on the work setup ... likely some interaction or version issue. |
Hi, I use %matplotlib ipympl, all the functions can work, exclude resize function at the below right corner. |
I'm still facing the issue here. All I get is that Jupyterlab 2.1.4 You can find the |
Ok, had to manually run |
Thank you - this solution worked for me on |
All of those are because they did not restart JupyterLab matplotlib#275 matplotlib#148 matplotlib#66 matplotlib#201 Happened to me also, It might make people run back to notebook
Everything works fine in Jupyter Notebook, but not in Jupyter Lab (version 0.34.7).
On the Javascript console I can the following error whenever the mouse pointer enters the area of the figure, which may or may not be related:
The text was updated successfully, but these errors were encountered: