aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-08-19 14:20:29 +0200
committertmartins <thigm85@gmail.com>2020-08-19 14:20:29 +0200
commit9b8710ca2d04f53cae557229ed2cae32aece17ae (patch)
tree8d22b2425eee7113bcba74c083353d78a4c79914
parent4b6d4b92a963374bead994228ea167111f16eeb3 (diff)
clean outputs
-rw-r--r--python/vespa/notebooks/create-and-deploy-vespa.ipynb35
1 files changed, 3 insertions, 32 deletions
diff --git a/python/vespa/notebooks/create-and-deploy-vespa.ipynb b/python/vespa/notebooks/create-and-deploy-vespa.ipynb
index c8ad14aa95e..1bb61e91b48 100644
--- a/python/vespa/notebooks/create-and-deploy-vespa.ipynb
+++ b/python/vespa/notebooks/create-and-deploy-vespa.ipynb
@@ -83,28 +83,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "[\"Uploading application '/app/application' using http://localhost:19071/application/v2/tenant/default/session\",\n",
- " \"Session 7 for tenant 'default' created.\",\n",
- " 'Preparing session 7 using http://localhost:19071/application/v2/tenant/default/session/7/prepared',\n",
- " \"WARNING: Host named 'msmarco' may not receive any config since it is not a canonical hostname. Disregard this warning when testing in a Docker container.\",\n",
- " \"Session 7 for tenant 'default' prepared.\",\n",
- " 'Activating session 7 using http://localhost:19071/application/v2/tenant/default/session/7/active',\n",
- " \"Session 7 for tenant 'default' activated.\",\n",
- " 'Checksum: 09203c16fa5f582b712711bb98932812',\n",
- " 'Timestamp: 1597839235945',\n",
- " 'Generation: 7',\n",
- " '']"
- ]
- },
- "execution_count": null,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
+ "outputs": [],
"source": [
"deployment_msg"
]
@@ -113,17 +92,9 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "Vespa(http://localhost:8080)\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
- "print(app)"
+ "app"
]
},
{