fbdesignpro / sweetviz

Visualize and compare datasets, target values and associations, with one line of code.
MIT License
2.94k stars 277 forks source link

fix deprecation warning for IPython inside show_notebook #158

Closed frank1010111 closed 1 year ago

frank1010111 commented 1 year ago

Fixes issue #156

Changes the imports in dataframe_report from

from IPython.core.display import display

to

from IPython.display import display