Skip to content

Commit

Permalink
Fix applymap warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 16, 2024
1 parent 364ea49 commit 927d55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reference/widgets/Tabulator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
" is_max = s == s.max()\n",
" return ['background-color: yellow' if v else '' for v in is_max]\n",
"\n",
"styled.style.applymap(color_negative_red).apply(highlight_max)\n",
"styled.style.map(color_negative_red).apply(highlight_max)\n",
"\n",
"styled"
]
Expand Down

0 comments on commit 927d55e

Please sign in to comment.