I would like to have it in the interface so I can automatically have my network be public after I upload such that the following code would make this happen:
from ndex import client
ndex = client.Ndex(debug=True)
...
cx = [ ... ]
ndex.save_new_network(cx, public=True)