diff --git a/docs/sphinx/examples/demo_notebook.ipynb b/docs/sphinx/examples/demo_notebook.ipynb index 4b63cc6..64abb6a 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." ]