-
Notifications
You must be signed in to change notification settings - Fork 948
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
"Loading widgets" message should be replaced with an error when there is no widget support #2764
Comments
Here is what it looks like now, with ipywidgets current master b3708e1 |
still having this issue in 2024, in Kaggle TPU VM Notebooks |
ipywidgets is now supported in the JupyterLab console. @steveepreston I'd suggest updating to the latest ipywidgets if not done already! Otherwise I believe you're having another issue |
hey @martinRenou, thanks for attention. issue still exists in TPU VM v3-8 Notebook env I installed latest version (v8.1.5) via: but I still getting this: |
I'm not sure this is a valid workflow. What is the ipywidgets version you have if you don't run |
the ipywidgets is not installed by default in Kaggle TPU VM env ( can you explain why you are not sure that this is a valid workflow? !pip install ipywidgets --upgrade
from transformers import BertTokenizer
tokenizer = BertTokenizer.from_pretrained("bert-base-uncased") |
Do you see errors in the JavaScript console?
I'm thinking that if ipywidgets was not installed in the kaggle deployment in the first place, then the JavaScript code for ipywidgets may be missing. I don't know kaggle though and I'm not sure about this workflow. |
In #2623, we saw that the code console (which does not support widgets) just continued to display a "Loading widgets" message instead of indicating that widgets were not supported.
I said:
The text was updated successfully, but these errors were encountered: