Skip to content

Commit

Permalink
install pyvespa
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Aune committed Aug 31, 2023
1 parent 0e170ad commit 9a10372
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/sphinx/source/getting-started-pyvespa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
],
"source": [
"!pip3 install pyvespa\n",
"!docker info | grep \"Total Memory\""
]
},
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 9a10372

Please sign in to comment.