Skip to content

Commit

Permalink
Merge pull request #203 from vespa-engine/tgm/doc-simplify-connect-ru…
Browse files Browse the repository at this point in the history
…nning-instance

Documentation: install pyvespa section
  • Loading branch information
Thiago G. Martins authored Sep 10, 2021
2 parents a1658b3 + 871bbd4 commit ce7d623
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/sphinx/source/connect-to-vespa-instance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit ce7d623

Please sign in to comment.