Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TracingNode.display() does not work in Google Colab #65

Open
gavento opened this issue Jan 20, 2024 · 1 comment
Open

TracingNode.display() does not work in Google Colab #65

gavento opened this issue Jan 20, 2024 · 1 comment

Comments

@gavento
Copy link
Contributor

gavento commented Jan 20, 2024

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.

with TreeTrace("foo") as c:
   pass
c.display()
@gavento gavento changed the title TreeTrace.display() does not work in Google Colab TracingNode.display() does not work in Google Colab Jan 20, 2024
@spirali
Copy link
Contributor

spirali commented Jan 30, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants