Skip to content

Commit 7ca1aa8

Browse files
authored
DOC: fix a warning using obsolete package (#39969)
1 parent 80fb7c6 commit 7ca1aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/style.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@
11541154
"metadata": {},
11551155
"outputs": [],
11561156
"source": [
1157-
"from IPython.html import widgets\n",
1157+
"from ipywidgets import widgets\n",
11581158
"@widgets.interact\n",
11591159
"def f(h_neg=(0, 359, 1), h_pos=(0, 359), s=(0., 99.9), l=(0., 99.9)):\n",
11601160
" return df.style.background_gradient(\n",

0 commit comments

Comments
 (0)