Graph plotting in SMC
I was trying to plot some graphs in SMC. However, even the first example given in Graph Plotting doesn't work. I only got an empty output. The following is the example i was trying.
sage: G = graphs.WheelGraph(15)
sage: G.plot()
What am I missing in my example?
P.S.: Yes. The example works in Sage worksheets, however, it doesn't work in iPython notebook. How to make it work in iPython notebook?
Nothing missing; the code works in a [Sage Cell Server](https://sagecell.sagemath.org/).