-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Jupyter Lab - javascript error on ProfileReport visualization and matplotlibs 3D plots. #7407
Comments
Thank you for opening this issue @Gabriel-R-A! This is the repository for Jupyter Notebook, I see you are using JupyterLab, so you may want to open this issue in that repository. The error suggests that you may be missing IPywidgets. Could you share the version of IPywidgets that you have installed? |
Hi @Gabriel-R-A just wanted to follow up with you, could you provide the information requested above? |
Sorry for the delay, I hadn't received notification of the first response via email. Name: ipywidgets |
Thank you for your reply @Gabriel-R-A ! If you try to |
Hi @Gabriel-R-A, another ping here to follow up and see if you were able to try the suggestion above? |
Hey @RRosio I can only resolve it after reinstalling jupyter lab through the console and redoing all the necessary updates and then redoing the build. After that everything was functional, everything with these versions: ipywidgets version: 8.1.3Jupyter lab version: 4.2.2 |
Thank you for the update @Gabriel-R-A! |
pip install -U ipywidgets |
Description
I'm having problems with Jupyter Lab to visualize some plots, such as 3D graphs and Profile Reports, normally functions that end up using javascript are buggy.
I've already reinstalled dependencies and widgets, updated everything, and it still shows an error.
When I click on the box this is the error that is reported:
Even reinstalling all extensions and widgets, and updating everything, I still get this error.
I have exactly the same error plotting 3d graphs with matplotlib
These are the versions of the tools I'm using:
Jupyter - Lab: 4.0.11
Matplotlib version: 3.8.2
ydata_profiling version: 4.8.3
The text was updated successfully, but these errors were encountered: