Closed sauloal closed 6 years ago
For large networks, cytoscape is not creating network views and, therefore, no image is possible to be downloaded.
If clicking in the "create view" button in cytoscape, it works as expected.
please use the new py2cytoscape.cyrest module.
py2cytoscape.cyrest
If require add a sleep(5) so that you give cytoscape enough time to render the view
sleep(5)
For large networks, cytoscape is not creating network views and, therefore, no image is possible to be downloaded.
If clicking in the "create view" button in cytoscape, it works as expected.