Skip to content

Commit 8eedfcc

Browse files
committed
add removal notice for event programming in sample
1 parent c0d441c commit 8eedfcc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

samples/02_power_users_developers/using_geometry_functions.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"The particular scenario is of a jogger who runs in the Central Park in New York (without gizmos like GPS watches to distract him), and wants a rough estimate of his daily runs based on the path he takes. The notebook starts out with a satellite map of Central Park in New York:"
1212
]
1313
},
14+
{
15+
"cell_type": "markdown",
16+
"metadata": {},
17+
"source": [
18+
"> **Note:** This sample demonstrates programming with events using the map widget. This interactive funcionality will be removed at the next release of the Python API and this sample will be removed."
19+
]
20+
},
1421
{
1522
"cell_type": "code",
1623
"execution_count": 1,
@@ -148,7 +155,7 @@
148155
"notebookRuntimeVersion": "9.0"
149156
},
150157
"kernelspec": {
151-
"display_name": "Python 3",
158+
"display_name": "Python 3 (ipykernel)",
152159
"language": "python",
153160
"name": "python3"
154161
},
@@ -162,9 +169,9 @@
162169
"name": "python",
163170
"nbconvert_exporter": "python",
164171
"pygments_lexer": "ipython3",
165-
"version": "3.6.5"
172+
"version": "3.11.0"
166173
}
167174
},
168175
"nbformat": 4,
169-
"nbformat_minor": 1
176+
"nbformat_minor": 4
170177
}

0 commit comments

Comments
 (0)