https://kedro.org/ logo
Title
s

sri

11/28/2021, 12:16 PM
is it possible to use kedro viz to write to png file without opening the browser interface. I have issues opening the browser url localhost:port in my dev environment. I just would like it to dump to a png file from command or programmatically
d

datajoely

11/28/2021, 6:58 PM
Hi @User I don't think so out of the box you can raise a feature request for this if you think its important to add.
You could use something like Selenium to do this in combination with Kedro Viz and no 'real' browser https://selenium-python.readthedocs.io/