| Hosted by CoCalc | Download
Kernel: SageMath (latest)
import networkx import matplotlib.pyplot as plt test5 = networkx.Graph() example = graphs.BuckyBall test5.add_node(example) networkx.draw(test5) plt.show()
Image in a Jupyter notebook