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.
Asked: 2017-01-23 18:31:15 +0100
Seen: 530 times
Last updated: Sep 09 '20
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
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?