-
Notifications
You must be signed in to change notification settings - Fork 64
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
Canvas creation fails with old traitlets #295
Labels
bug
Something isn't working
Comments
Thanks for opening an issue! |
martinRenou
changed the title
Canvas init failed in jupyter lab
Canvas creation fails with old traitlets
Sep 19, 2022
I had the same issue as this. My temporary work around was to downgrade to ipycanvas==12.1 |
I'm also seeing this issue & downgrading to 0.12.1 seemed to un-break things. Running on Amazon SageMaker Studio, which is showing:
Suprising that traitlets v5 also seemed to be affected... Maybe there's something else at play? 🫤 |
athewsey
referenced
this issue
in aws-samples/sagemaker-101-workshop
Mar 27, 2023
Canvas widget creation failing on SageMaker Studio environments with error seemingly similar to the below GitHub issue. Downgraded ipycanvas (which will also need to be reflected in notebooks). https://github.com/martinRenou/ipycanvas/issues/295
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run code in jupyter lab:
got exception:
jupyter --version:
jupyter labextension list:
I did a little dig into the code, it seems that the older version of
traitlets
(v4.3.3) has different behavior with default initialization. Since my python version is fixed to 3.6.x, I cannot install the latest jupyter and ipywidgets. Any workaround this error?The text was updated successfully, but these errors were encountered: