diff --git a/examples/reference/widgets/Tabulator.ipynb b/examples/reference/widgets/Tabulator.ipynb index dae10448ba..e478448f10 100644 --- a/examples/reference/widgets/Tabulator.ipynb +++ b/examples/reference/widgets/Tabulator.ipynb @@ -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" ]