Skip to content

Commit

Permalink
changes did in the notebook as per suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Click2cloud-Abhijeet committed Jan 24, 2025
1 parent b739713 commit 4f3b371
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions notebooks/carbon/whatif.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,20 @@
" ]"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from vibe_core.data import gen_guid\n",
"\n",
"for seasonal_field in baseline_seasonal_fields:\n",
" seasonal_field.id = gen_guid()\n",
"for seasonal_field in scenario_seasonal_fields:\n",
" seasonal_field.id = gen_guid()"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -172,20 +186,6 @@
" 2. Update copied auth token in variable \"NGROK_AUTH_TOKEN\" in next cell"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from vibe_core.data import gen_guid\n",
"\n",
"for seasonal_field in baseline_seasonal_fields:\n",
" seasonal_field.id = gen_guid()\n",
"for seasonal_field in scenario_seasonal_fields:\n",
" seasonal_field.id = gen_guid()"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 4f3b371

Please sign in to comment.