Skip to content
Closed
856 changes: 425 additions & 431 deletions guide/14-deep-learning/how-named-entity-recognition-works.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master). It will be removed at the next release of the ArcGIS API for Python."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master). It will be removed at the next release of the ArcGIS API for Python."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master). It will be removed at the next release of the ArcGIS API for Python."
]
},
{
Expand Down
13 changes: 10 additions & 3 deletions samples/02_power_users_developers/using_geometry_functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"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:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"> **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."
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -148,7 +155,7 @@
"notebookRuntimeVersion": "9.0"
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -162,9 +169,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.11.0"
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"# Using Geoprocessing tools"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"> **NOTE:** This notebook demonstrates a service that is no longer available. It will be updated at the next release of the ArcGIS API for Python."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -100,9 +107,7 @@
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -498,7 +503,10 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"source": [
"Click around on the map, near Diego Garcia as well as at the search locations to find the paths the debris could have taken and find if it could have reached La Reunion."
Expand All @@ -523,7 +531,7 @@
"notebookRuntimeVersion": "9.0"
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -537,7 +545,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand All @@ -554,5 +562,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}