Open tongda opened 2 years ago
Thanks for opening an issue!
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:
IPython : 8.1.1
ipykernel : 6.9.2
ipywidgets : 7.7.0
jupyter_client : 7.1.2
jupyter_core : 4.9.2
jupyter_server : 1.23.2
jupyterlab : 3.6.1
nbclient : 0.5.13
nbconvert : 6.5.3
nbformat : 5.3.0
notebook : 6.4.10
qtconsole : not installed
traitlets : 5.2.2
Suprising that traitlets v5 also seemed to be affected... Maybe there's something else at play? 🫤
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?