From 87d18bd85091fdf4c7887b6cf99aea67f26a3d71 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:24:06 +0100 Subject: [PATCH] Fix colab link (#632) Co-authored-by: Quentin Pradet --- docs/sphinx/examples/demo_notebook.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/examples/demo_notebook.ipynb b/docs/sphinx/examples/demo_notebook.ipynb index 4b63cc67..64abb6a6 100644 --- a/docs/sphinx/examples/demo_notebook.ipynb +++ b/docs/sphinx/examples/demo_notebook.ipynb @@ -8,7 +8,8 @@ "source": [ "# Eland Demo Notebook\n", "\n", - "\"Open\n", + "[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/eland/blob/main/docs/sphinx/examples/demo_notebook.ipynb)", + "\n", "\n", "In this notebook we'll show you how to explore and analyze data in Elasticsearch using Eland's familiar Pandas-compatible API." ]