Skip to content

Commit 020a82b

Browse files
authored
Cleans up outputs.
1 parent 9c4cf2b commit 020a82b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

notebooks/search/07-inference.ipynb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"cell_type": "code",
77-
"execution_count": 3,
77+
"execution_count": null,
7878
"id": "690ff9af",
7979
"metadata": {},
8080
"outputs": [],
@@ -129,18 +129,10 @@
129129
},
130130
{
131131
"cell_type": "code",
132-
"execution_count": 14,
132+
"execution_count": null,
133133
"id": "cc0de5ea",
134134
"metadata": {},
135-
"outputs": [
136-
{
137-
"name": "stdout",
138-
"output_type": "stream",
139-
"text": [
140-
"{'name': 'instance-0000000000', 'cluster_name': '0a47378bc5e04c1995cd4c4c92131cd0', 'cluster_uuid': 'DgpshH2GTGefHGUStkD85w', 'version': {'number': '8.12.0', 'build_flavor': 'default', 'build_type': 'docker', 'build_hash': '5077850702d0aa4fc42d3eb53bd39b282ae8ad3a', 'build_date': '2023-12-28T10:04:50.840819947Z', 'build_snapshot': False, 'lucene_version': '9.9.1', 'minimum_wire_compatibility_version': '7.17.0', 'minimum_index_compatibility_version': '7.0.0'}, 'tagline': 'You Know, for Search'}\n"
141-
]
142-
}
143-
],
135+
"outputs": [],
144136
"source": [
145137
"print(client.info())"
146138
]

0 commit comments

Comments
 (0)