#700·lime

Deprecation Warning for Ipython

Author: Alex-Wenner-FHRCreated Oct 26, 2022Updated Jul 9, 2026

I see this error when running show_in_notebook():

python
/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!