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
Hello, I am having some issues trying egglog in google's colab.
egraph.saturate()
[/usr/local/lib/python3.11/dist-packages/egglog/visualizer_widget.py](https://localhost:8080/#) in VisualizerWidget()
21 _esm = CURRENT_DIR / "visualizer.js"
22 _css = CURRENT_DIR / "visualizer.css"
---> 23 egraphs = traitlets.List[str]().tag(sync=True)
24
25 def display_or_open(self) -> None:
TypeError: type 'List' is not subscriptable
foo=e.extract(bar)
print(foo)
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/google/colab/_variable_inspector.py", line 27, in run
RuntimeError: egglog::egraph::EGraph is unsendable, but is being dropped on another thread
The text was updated successfully, but these errors were encountered:
Hello, I am having some issues trying egglog in google's colab.
The text was updated successfully, but these errors were encountered: