ipython-d3networkx
ipython-d3networkx copied to clipboard
ModuleNotFoundError: No module named 'eventful_dict'
Using just the same code, importing with
from d3networkx import ForceDirectedGraph, EventfulGraph
results in the error:
ModuleNotFoundError: No module named 'eventful_dict'
My guess is this is because this line should be a relative import.