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
I would like to use this library to create edges in between nodes manually (based on user) and then save the defined edges and use another piece of code to execute a program with lab instruments based on this manual entry of connections. E.g:
I have this
The user manipulates the html as such
And I would extract the list of newly added edges after that. Is that possible? Right now, when I do get_edges(), I do not obtain the updated amount the edges. I use a jupyter notebook.
Thanks! Great library btw! :)
The text was updated successfully, but these errors were encountered:
Hello,
I would like to use this library to create edges in between nodes manually (based on user) and then save the defined edges and use another piece of code to execute a program with lab instruments based on this manual entry of connections. E.g:
I have this
The user manipulates the html as such
And I would extract the list of newly added edges after that. Is that possible? Right now, when I do get_edges(), I do not obtain the updated amount the edges. I use a jupyter notebook.
Thanks! Great library btw! :)
The text was updated successfully, but these errors were encountered: