yuewuo / fusion-blossom

A fast minimum-weight perfect matching solver for quantum error correction
MIT License
59 stars 15 forks source link

Better visualization tool that supports Jupyter notebook #33

Open yuewuo opened 5 months ago

yuewuo commented 5 months ago

Currently the visualization tool needs a local server to host the exported visualization json file, and the user needs to open it in a separate browser tab. We have explored a way to embed the whole visualization tool using IPython and thus can use within Jupyter notebook. See https://github.com/yuewuo/jupyter-embedded-visualizer-example for such an example.

The goal is to migrate the visualization tool to the new technique, and thus enabling easy visualization when using jupyter notebook.

AbdullahKazi500 commented 4 months ago

Hi @yuewuo made A pr