Open Alex-Wenner-FHR opened 2 years ago
I see this error when running show_in_notebook():
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!
I see this error when running
show_in_notebook()
:Appears to be coming from line 194 explanation.py
This also prevents the table from rendering!