I am developing an app that will take text as input and based on the text the app will output and show a network graph using graphviz. This requires graphhviz to be installed (not only the python graphviz wrapper, but the graphviz package itself should be on the server). Is this possible?
(I believe both graphviz itself and the python package is conda installable)
Thanks!
Hans Olav