Closed Dommsko closed 3 years ago
Can you run jupyter labextension list
Can you run
jupyter labextension list
Hello Martin,
thanks for your fast response. Quicker than I could have a lunch break :-) I thought that Jupyter Lab would remember its extensions but your guess was correct:
$ jupyter labextension list
JupyterLab v2.2.9
Known labextensions:
app dir: /opt/tljh/user/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled OK
I simply rebuilt ipycanvas and it got fixed.
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas
$ jupyter labextension list
JupyterLab v2.2.9
Known labextensions:
app dir: /opt/tljh/user/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled OK
ipycanvas v0.9.0 enabled OK
It is working now and I even have the feeling that my animations are running a lot smoother now. Thanks a lot!
Kind regards, Dominik
Cool! Happy you could fix it.
Yeah, ipycanvas had a couple of performance improvements in latest releases.
Glad to see that the project is still active. Thanks a lot for your great work!
Hello,
I set up a TLJH last year to deploy interactive learning material for students created using ipycanvas. However, after updating to 0.9.0 and ipywidgets to 7.6.3 I can not display canvases anymore. This minimal example is already throwing an error:
Did I miss some change in the syntax or could there be a conflict with versions. I googled the error message and just found something about incompatibilities between (other) Jupyter libraries.
I would really appreciate any support on this topic and would gladly help out with additional information. Thanks in advance!
Kind regards, Dominik