Skip to content

Commit 7b5980c

Browse files
committed
Add a configuration block to the dynamic.ipynb
1 parent 998dd78 commit 7b5980c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

examples/dynamic/dynamic.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@
5959
},
6060
"outputs": [],
6161
"source": [
62-
"periods = 10"
62+
"periods = 10\n",
63+
"\n",
64+
"xcengine_config = dict(\n",
65+
" workflow_id=\"dynamic\",\n",
66+
" environment_file=\"environment.yml\",\n",
67+
" container_image_tag=\"dynamic:1\",\n",
68+
")"
6369
]
6470
},
6571
{
@@ -249,9 +255,9 @@
249255
],
250256
"metadata": {
251257
"kernelspec": {
252-
"display_name": "xcube2505a",
258+
"display_name": "xcengine",
253259
"language": "python",
254-
"name": "xcube2505a"
260+
"name": "xcengine"
255261
},
256262
"language_info": {
257263
"codemirror_mode": {
@@ -263,7 +269,7 @@
263269
"name": "python",
264270
"nbconvert_exporter": "python",
265271
"pygments_lexer": "ipython3",
266-
"version": "3.13.3"
272+
"version": "3.13.7"
267273
}
268274
},
269275
"nbformat": 4,

0 commit comments

Comments
 (0)