Skip to content

Commit

Permalink
Merge pull request #612 from vespa-engine/kkraune/notebooks
Browse files Browse the repository at this point in the history
Clean notebook
  • Loading branch information
kkraune committed Nov 2, 2023
2 parents ee3cf49 + c17c99d commit bfce417
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions docs/sphinx/source/getting-started-pyvespa-cloud.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "136750de",
"metadata": {},
"outputs": [],
Expand All @@ -69,7 +69,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "7a3e88d8",
"metadata": {},
"outputs": [],
Expand All @@ -87,7 +87,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "b4f3e5d5",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -116,7 +116,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "9ca4da83",
"metadata": {},
"outputs": [],
Expand All @@ -134,7 +134,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "64da11f2",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -172,7 +172,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "1346ad93",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -205,7 +205,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "bd5c2629",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -290,7 +290,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "canadian-blood",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -324,7 +324,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "337d9b05",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -354,7 +354,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "afa0d69d",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -385,7 +385,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "executed-reservoir",
"metadata": {},
"outputs": [],
Expand All @@ -411,7 +411,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "bottom-memorabilia",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -448,7 +448,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "82b5f6fe",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -476,7 +476,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "bc32d29b",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -505,7 +505,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "b32d70ae",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -543,7 +543,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "11faeacf",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -576,7 +576,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "13fe1ef0",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -607,7 +607,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "36c96921",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -660,7 +660,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "ff72148c",
"metadata": {},
"outputs": [],
Expand All @@ -682,7 +682,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "79f7d12c",
"metadata": {},
"outputs": [],
Expand All @@ -703,7 +703,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "21c7c399",
"metadata": {},
"outputs": [],
Expand All @@ -723,7 +723,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "2e3d560b",
"metadata": {},
"outputs": [],
Expand All @@ -746,7 +746,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "c87da6cf",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -778,7 +778,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "66354a53",
"metadata": {},
"outputs": [],
Expand All @@ -789,7 +789,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.11.4 64-bit",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -803,7 +803,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.5"
},
"nbsphinx": {
"allow_errors": true
Expand Down

0 comments on commit bfce417

Please sign in to comment.