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()
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.