numba-rvsdg icon indicating copy to clipboard operation
numba-rvsdg copied to clipboard

Feature Request: better rendering

Open esc opened this issue 2 years ago • 0 comments

As a numba-rvsdg user and as a developer, I want to be able to view an SCFG both from the terminal.

The proposed API should perhaps look like:

scfg.view()

And then, if we are in an IPython notebook environment render the SCFG inside the notebook and if we are in a Python or IPython terminal session, attempt to render the SCFG to a PDF files and open it in an existing viewer.

esc avatar Jun 21 '23 12:06 esc