is it possible to use kedro viz to write to png fi...
# beginners-need-help
s
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
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/
2 Views