You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is it possible to save the result of pyvis as json ? Now the network is save as a html ( nt.show('nx.html') ), it's also helpful to save it as json using something like nt.save("network.json") or nt.to_json() ?
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible to save the result of pyvis as json ? Now the network is save as a html (
nt.show('nx.html')
), it's also helpful to save it as json using something likent.save("network.json")
ornt.to_json()
?The text was updated successfully, but these errors were encountered: