-
Notifications
You must be signed in to change notification settings - Fork 224
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
No plots after upgrading to jupyterlab 1.0.3 #131
Comments
Following advice in #130
|
I had this same issue, but got it working some how. The main thing I did differently was made sure I followed every step of the instructions and made sure |
Cancel that, it turns out all I needed to do:
Although, my output for |
No luck. I reinstalled
Same thing happens with jupyterlab 1.0.2 and chromium browser. BTW,
|
I am also getting this error on Jupterlab 1.0.4. I have tried reinstalling. Jupyterlab must have changed something again. |
Nothing should have changed in a backwards incompatible way with JLab in a patch release. If you rebuild to pick up the extensions, does it work? What extensions does JLab say are installed? |
And when running using matplotlib:
|
Hmm, I just tried with a fresh notebook and it worked. |
Did you happen to have a console open to the same kernel as the notebook? I just noticed today that that can break widgets with that no such comm error. |
No I didn't. I was experimenting with jupyterlab_bokeh and then updated Jupyterlab and then the notebook broke in the manner shown above. I thought it was updating lab that caused it. It wasn't. Seems to be working now. Clear all outputs, save notebook, shutdown kernel, and then retry seemed to sort it out. 🤷♂️ |
In my case it was console. Once it is open, nothing is plotted. Restarting kernel does not help. The server has to be stopped and started again to get rid of those "no such comm" errors. |
@jasongrout Do you mean a terminal window inside jupyterlab or a regular local system terminal? |
I meant the JLab tab opened by selecting the File > New > Console menu item. |
Confirmed behaviour from last night on a different computer: works till a console is opened. Closing console and restarting kernel does not fix the issue, the server has to be restarted. Opened console for a different notebook is OK. |
I'm working on a fix for this. |
Prototype fix up at jupyterlab/jupyterlab#6929 |
I have the same problem after I upgraded Jupyterlab from 1.0.2 to 1.0.5 today. Is there any workaround? Environment: |
I installed yesterday without issues. @yoichi-kazama can you confirm that you followed the readme instructions? |
Just confirming: the fix for this problem has been released in jlab 1.1.0alpha1, and will be in jlab 1.1.0 |
Hi @thomasaarholt thank you for the information. I uninstalled/reinstalled conda and setup Jupyterlab 1.0.5, matplotlib 3.1.1 and ipympl 0.3.3 via conda-forge, and it's working. Thanks! |
Great! |
Behaviour:
Nothing appears in the browser (Firefox), log warnings:
Control buttons (Toggle interaction etc...) displayed on the left, plot not shown. The log shows similar lines, with different codes.
The log shows several identical lines
Traceback in the browser (buttons are not displayed):
This happened on two computers updated with conda yesterday and today.
The text was updated successfully, but these errors were encountered: