mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
fix: Fix Notebook format issue in Preview by removing output.
PiperOrigin-RevId: 688364596
This commit is contained in:
committed by
Copybara-Service
parent
90eaf5c7fe
commit
a96c2926af
@@ -885,17 +885,7 @@
|
||||
"cellView": "form",
|
||||
"id": "1baChtMytR99"
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"{'amount': 1.0, 'base': 'USD', 'date': '2024-10-04', 'rates': {'SEK': 10.2797}}"
|
||||
]
|
||||
},
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
],
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"get_exchange_rate(currency_from=\"USD\", currency_to=\"SEK\")"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user