Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lime/explanation.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def show_in_notebook(self,
See as_html() for parameters.
This will throw an error if you don't have IPython installed"""

from IPython.core.display import display, HTML
from IPython.display import display, HTML
display(HTML(self.as_html(labels=labels,
predict_proba=predict_proba,
show_predicted_value=show_predicted_value,
Expand Down