Skip to content

Commit b1585d5

Browse files
authored
Update import statement for IPython display
1 parent 411a47c commit b1585d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/common/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def show_in_notebook(self):
640640
"display.precision",
641641
4,
642642
):
643-
from IPython.core.display import HTML, display
643+
from IPython.display import HTML, display
644644

645645
display(HTML(info_df.to_html(index=False, header=False)))
646646
return info

0 commit comments

Comments
 (0)