-
Notifications
You must be signed in to change notification settings - Fork 947
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
Ipywidgets and JupyterLab #2488
Comments
Further note: switching to the classic notebook interface works in that a slider is shown for:
This same cell breaks, as per above, in the JupyterLab interface. |
I am not sure if this's helpful, but I have below recipe that works for a while (not sure about "now")
I think the idea is to make very simple setup work first and then gradually adding more extensions until it breaks. |
I have similar issue.
results in a
message. The browser console log contains this error:
My env is (note that I am using pipenv and not conda to install packages)
|
Thanks for raising this. There were lots of compatibility issues between ipywidgets and JupyterLab in the lead-up to JupyterLab 1.x release. This now refers to an outdated version of JupyterLab and of |
@pbugnion I'm still having an issue with this and no answer I have found here or on stackoverflow etc. resolves it. jupyterlab 1.2.6 Any ideas? Thanks |
@hainm Finally!! Thank you so so much! |
Does anyone have any idea of the next highest combination of version numbers that works? I'd like to take advantage of the latest jupyterlab/widget updates e.g. fileupload etc. Can anyone raise @hainm's excellent combination of
? |
I have seen a few other people complain about this issue, but I am having trouble getting ipywidgets to work with JupyterLab. I setup a conda environment and installed jupyter lab, and various other extensions. I made sure to follow https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager#version-compatibility to stay compatible. I have jupyterlab 0.35.4, and jupyterlab-manager 0.38.1.
Related issues?
Here is the error from the chrome inspector:
Here are the versions of jupyterlab, ipywidgets and the manager extension:
Another thing I did was install the kernel-spy extension to take a view of the kernel messages and this came back in one of the JSON messages under iopub.content.traceback:
Please let me know if there is anything else I can put in this ticket to help solve this.
The text was updated successfully, but these errors were encountered: