lime icon indicating copy to clipboard operation
lime copied to clipboard

Deprecation Warning for Ipython

Open Alex-Wenner-FHR opened this issue 2 years ago • 0 comments

I see this error when running show_in_notebook():

/opt/miniconda3/lib/python3.9/site-packages/lime/explanation.py:194:
DeprecationWarning: Importing display from 
IPython.core.display is deprecated since IPython 7.14, 
please import from IPython display
  from IPython.core.display import display, HTML

Appears to be coming from line 194 explanation.py

This also prevents the table from rendering!

Alex-Wenner-FHR avatar Oct 26 '22 15:10 Alex-Wenner-FHR