python-bonobo / bonobo

Extract Transform Load for Python 3.5+
https://www.bonobo-project.org/
Apache License 2.0
1.59k stars 146 forks source link

Use webbrowser to open graphviz based inspection #226

Open hartym opened 6 years ago

hartym commented 6 years ago
import webbrowser
webbrowser.open(url, new=1, autoraise=True)

See https://docs.python.org/3/library/webbrowser.html

TZubiri commented 6 years ago

Great leveraging of existing tools. I can do this!

hartym commented 6 years ago

Feel free. I think this should be optional (--open / -O flag?) or at least we should still be able to get the .dot source.

TZubiri commented 6 years ago

232