diff --git a/docs/sphinx/source/getting-started-pyvespa.ipynb b/docs/sphinx/source/getting-started-pyvespa.ipynb index a5f20461..6245a284 100644 --- a/docs/sphinx/source/getting-started-pyvespa.ipynb +++ b/docs/sphinx/source/getting-started-pyvespa.ipynb @@ -32,6 +32,7 @@ } ], "source": [ + "!pip3 install pyvespa\n", "!docker info | grep \"Total Memory\"" ] }, @@ -451,9 +452,21 @@ ], "metadata": { "kernelspec": { - "display_name": "python3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.4" } }, "nbformat": 4,