summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-07-03 09:36:45 +0200
committertmartins <thigm85@gmail.com>2020-07-03 09:36:45 +0200
commit8ca9b9fbbcfbf61eae4681438fb81c9c0b0d66a5 (patch)
tree2fb5d80fa6fe711faa7ff94c035e5e841e82879c /python
parent51f219bc4ddb0d9999bff9fcc7738db275298b0c (diff)
set deploy code to text
Diffstat (limited to 'python')
-rw-r--r--python/vespa/notebooks/application_package.ipynb8
1 files changed, 2 insertions, 6 deletions
diff --git a/python/vespa/notebooks/application_package.ipynb b/python/vespa/notebooks/application_package.ipynb
index 45f2da2ceac..2afde6c050c 100644
--- a/python/vespa/notebooks/application_package.ipynb
+++ b/python/vespa/notebooks/application_package.ipynb
@@ -122,10 +122,8 @@
]
},
{
- "cell_type": "code",
- "execution_count": null,
+ "cell_type": "raw",
"metadata": {},
- "outputs": [],
"source": [
"app_package.deploy_locally(disk_folder=\"~/sample_application\")"
]
@@ -156,10 +154,8 @@
]
},
{
- "cell_type": "code",
- "execution_count": null,
+ "cell_type": "raw",
"metadata": {},
- "outputs": [],
"source": [
"app_package.deploy_locally(disk_folder=\"~/sample_application\")"
]