ipython-d3networkx icon indicating copy to clipboard operation
ipython-d3networkx copied to clipboard

ModuleNotFoundError: No module named 'eventful_dict'

Open j6k4m8 opened this issue 6 years ago • 0 comments

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.

j6k4m8 avatar Mar 03 '18 22:03 j6k4m8