graph_editor doesn't work in jupyter notebook of sagemath
I want to use graph_editor to modify graphs. But when I run the code:
graph_editor(G)
there is no output.
I want to use graph_editor to modify graphs. But when I run the code:
graph_editor(G)
there is no output.
This is a known problem, now tracked at
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-01-23 18:31:15 +0100
Seen: 461 times
Last updated: Sep 09 '20
As far as I know that never worked outside of the sagenb notebook. Probably it would be fairly easy for someone who knew their javascript to modify it for use in Jupyter, though?