From 84a348a0e238cbf0a69d5ba5995964d4ac17c3a9 Mon Sep 17 00:00:00 2001 From: Max Halford <maxhalford25@gmail.com> Date: Wed, 25 Sep 2024 20:16:57 +0200 Subject: [PATCH] Update ibis.ipynb --- docs/examples/ibis.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/ibis.ipynb b/docs/examples/ibis.ipynb index 0c56da7..57d2a60 100644 --- a/docs/examples/ibis.ipynb +++ b/docs/examples/ibis.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Different backend support with Ibis 🐦" + "# Different backend support with Ibis 🪽" ] }, { @@ -390,7 +390,7 @@ } ], "source": [ - "explanation.execute()" + "explanation.execute().style.format()" ] }, {