I’m creating a shiny app on python including network from pyvis. I enabled manipulation, so I can add nodes and deleted. An user would like to interact with and save the final network created by adding and deleting nodes and edges from the manipulation bar:
manipulaion bar
I saw the solution for R on this page: How to extract and save visNetwork manipulation changes in Shiny?, but I can’t find any solution on R.
I need to know the manipulation changes whenever a change is made.
ferpi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.