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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 8 years ago
Seen: 478 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?