Closed domoritz closed 1 year ago
Oh, I've seen this warning before. It's related to anywidget and shouldn't impact the widget at all. I actually wonder why this warning is shown as it should really only appear in development mode. @manzt Any idea if this is expected?
hey! We turn on auto-reloading when packages is outside of site-packages
:
I'd be happy to also ignore dist-packages
@manzt it seems like for Colab, the packages are always located outside of site-packages
which generates the warning.
Not sure it's possible to detect in which environment a widget is installed but if it is maybe the warning can be limited to Jupyter environments where the package is outside the site-packages
folder?
should be fixed in anywidget v0.6.4
Awesome thanks!
When I use the widget in colab, I get this warning
Code