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
As the title says, TracingNode.display() does not work in Google Colab.
E.g. the following code should produce a static HTML browser of the given tree context. It works in a Jupyter notebook but not in Google Colab.
withTreeTrace("foo") asc:
passc.display()
The text was updated successfully, but these errors were encountered:
gavento
changed the title
TreeTrace.display() does not work in Google ColabTracingNode.display() does not work in Google Colab
Jan 20, 2024
This is very weird. I have put some logging in the code and it seems that remote Javascript is loaded and full initialization is performed without error only "nothing is displayed". It also seems also that remote script sees elements created by the local JS code, so far I do not see reason why it does not work.
As the title says,
TracingNode.display()
does not work in Google Colab.E.g. the following code should produce a static HTML browser of the given tree context. It works in a Jupyter notebook but not in Google Colab.
The text was updated successfully, but these errors were encountered: