This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
Jupyter Widget Missing Extension? #130
Unanswered
Daviology38
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi Dave! Thanks for the question. Right now, the quickest way to fix this is to create and execute a new cell in your notebook:
(don't forget the exclamation point!) This will rebuild jupyter lab and its extensions (one of which is the jupyterlab-widgets extensions), and it might take a few minutes, so be patient! Afterwords, the widgets should display correctly. If not, follow up again and let us know here. We might be able to find a way to fix this for everyone at once while we're at it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon!
I am currently working through the Widgets Training Notebook and cannot get the widget to display in the notebook on JupyterLab. I receive this instead "IntSlider(value=5, description='n', max=10, min=1)", which googling stack overflow tells me that it is a missing extension.
Is this the case?
Thanks,
Dave
Beta Was this translation helpful? Give feedback.
All reactions