Closed srbdev closed 6 years ago
@srbdev thanks for picking that out! Yes, with the new NetworkX API, G.nodes()
and G.edges()
now return views into the node and edge lists respectively.
A fix will be coming soon :smile:.
Bug has been fixed in Notebook 2.
In the notebook
2-networkx-basics-instructor.ipynb
, the first code cell after the Basic Network Statistics sectionreturns the following error on my Macbook:
I can fix the issue with
Let me know if this is an actual issue or just something not setup correctly on my end. Thanks!