From 871bbd407e2124306b5063a4d61eca0334060825 Mon Sep 17 00:00:00 2001 From: tmartins Date: Fri, 10 Sep 2021 11:57:14 -0300 Subject: [PATCH] add install pyvespa section --- .../source/connect-to-vespa-instance.ipynb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/sphinx/source/connect-to-vespa-instance.ipynb b/docs/sphinx/source/connect-to-vespa-instance.ipynb index 0bd04b66..c26a1607 100644 --- a/docs/sphinx/source/connect-to-vespa-instance.ipynb +++ b/docs/sphinx/source/connect-to-vespa-instance.ipynb @@ -18,6 +18,22 @@ "This self-contained tutorial will show you how to connect to a pre-existing Vespa instance. We will use the https://cord19.vespa.ai/ app as an example. You can run this tutorial yourself in Google Colab by clicking on the badge located at the top of the tutorial." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Install pyvespa" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip install pyvespa" + ] + }, { "cell_type": "markdown", "metadata": {},