You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like this to work with colab, is this in general really hard to achieve?
I've done some research and google colab does support ipywidgets 7.5.0, as you can see on this example colab the problem with ipytree is that the trees appear blank as if there is no html to be shown, does anyone know why is this? Internally it seems to be working fine.
I'd fix it myself but I wouldn't know how to start debugging this problem.
As you can see trees appear blank
representation of the tree seems to work fine, but dom_classes is empty, should it be empty?
The text was updated successfully, but these errors were encountered:
Google colab does not support custom interactive widgets libraries, this is something that should be fixed in colab, we cannot do anything about it in ipytree unfortunately. You can follow the status of this here: googlecolab/colabtools#60
I'd like this to work with colab, is this in general really hard to achieve?
I've done some research and google colab does support ipywidgets 7.5.0, as you can see on this example colab the problem with ipytree is that the trees appear blank as if there is no html to be shown, does anyone know why is this? Internally it seems to be working fine.
I'd fix it myself but I wouldn't know how to start debugging this problem.
As you can see trees appear blank
representation of the tree seems to work fine, but dom_classes is empty, should it be empty?
The text was updated successfully, but these errors were encountered: