-
Notifications
You must be signed in to change notification settings - Fork 945
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
version 8.0.0 seems not working with Jupyter Lab 2.0 #2840
Comments
ipywidgets-7.5.1 seems not reactive either on this example and Jupyterlab-2.1.0rc0
|
with jupyterlab-2.1.0 final, I just have to relaunch the cell and it works.... I have also to do the same relaunch for %matplotlib widget cells, so maybe more a Jupyterlab thing than ipywidgets. |
I have the same problem. Running the following code freezes the kernel. Pressing "restart kernel" doesn't help; however, shutting down the kernel and then restarting the kernel does 🤷♂️. import ipywidgets
audio_player = ipywidgets.Audio(loop=False) Env:
|
Correct: we have not released an 8.0 alpha that supports JLab 2.0. |
@jasongrout what is the current status on versions of ipywidgets and widgetsnbextension? "Is" there a v8 / v4 of these? I was looking at the widgetsnbextension because I noticed that |
Current ipywidgets is 7.6.3. I did not publish a new version of widgetsnbextension (not necessary) when I did ipywidgets 7.6, so it is still at 3.5.1. widgetsnbextension does indeed depend on notebook, like it always has. I think the plan is to break that dependency link in the next major version (ipywidgets 8, widgetsnbextension 4). |
If it's causing a huge issue, we could consider releasing widgetsnbextension 4 with basically the major change being breaking the dependency link to notebook. We're having a planning meeting for ipywidgets 8 sometime soon (by early February) where we can evaluate whether it is better to move forward with updating widgetsnbextension like this before ipywidgets 8, or whether we should push forward to ipywidgets 8. Feel free to come to the planning meeting if you'd like. |
It's not a major pain point at all - it's just nice to be able to slim down environments when possible. |
For the meeting details and planning, see the gitter. |
More about the 8.0 planning meeting is at #2750 (comment) |
fyi @captainsafia @MSeal |
ipywidgets 8.0 currently is targeting JupyterLab 3 and classic Jupyter Notebook |
I am testing the pre-release version 8.0.0.alpha0 for ipywidgets. It seems not working with
JupyterLab 2.0.
The text was updated successfully, but these errors were encountered: