diff --git a/guide/02-api-overview/release-notes.ipynb b/guide/02-api-overview/release-notes.ipynb index 2edeef31a3..e42a304401 100644 --- a/guide/02-api-overview/release-notes.ipynb +++ b/guide/02-api-overview/release-notes.ipynb @@ -488,13 +488,13 @@ "* Fixes [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#prepare-data) errors when the training data was created with `Output No Feature Data` option checked\n", "* Fixes error with [`export_point_dataset()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#export-point-dataset) on [`PointCNN`]() when working with data that has non-contiguous classes\n", "* Fixes [`lr_find()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn.lr_find) and [`fit()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn.fit) functions when used with [`export_point_dataset()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#export-point-dataset) output created when `max_points` argument exceeds default\n", - "* Fixes errors with [`RetinaNet.predict()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.RetinaNet.predict) on objects craeted with `resnet101` or `resnet152` backbones\n", + "* Fixes errors with [`RetinaNet.predict()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.RetinaNet.predict) on objects created with `resnet101` or `resnet152` backbones\n", "* Fixes error with `show_results()` when using multispectral data\n", "* Multiple improvements to the [`predict_las()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#arcgis.learn.PointCNN.predict_las) function using the `PointCNN` model\n", " * preserves point cloud formatting and version of input and output\n", " * fixes output and messaging when `print_metrics` is `True`\n", " * fixes loss of information in the `las` file\n", - "* Removes of 'non-zero' classcodes specific accuracy at completion of epoch when using [`PointCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn)\n", + "* Removal of 'non-zero' classcodes specific accuracy at completion of epoch when using [`PointCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn)\n", "* Change default behavior of [`export_point_dataset( )`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#export-point-dataset) `extra_features` to empty" ] }, @@ -2149,7 +2149,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.8" + "version": "3.7.6" }, "toc": { "base_numbering": 1, diff --git a/guide/03-the-gis/accessing-and-managing-users.ipynb b/guide/03-the-gis/accessing-and-managing-users.ipynb index 5fcc058e92..5dbb53a748 100644 --- a/guide/03-the-gis/accessing-and-managing-users.ipynb +++ b/guide/03-the-gis/accessing-and-managing-users.ipynb @@ -456,7 +456,7 @@ "\n", "In addition to `role` that can be set, a `level` can be used to allocate accounts based on the privileges that members need. The level determines which privileges are available to the member. The enterprise offers two levels of membership. Level 1 membership is for members who only need privileges to **view** content, such as maps and apps, that has been shared with them through the organization, as well as join groups within the organization. Level 2 membership is for members who need to view, create, and share content and own groups, in addition to other tasks.\n", "\n", - "A `user_type` determines the privileges that can be granted to a member. It affects the applications a user can use and actions they can perform in the organization. Learn more about the different values that `user_type` paramter can take [here](https://developers.arcgis.com/rest/enterprise-administration/portal/create-user.htm).\n", + "A `user_type` determines the privileges that can be granted to a member. It affects the applications a user can use and actions they can perform in the organization. Learn more about the different values that `user_type` parameter can take [here](https://developers.arcgis.com/rest/enterprise-administration/portal/create-user.htm).\n", "\n", "\n", "Let us log in to an ArcGIS Enterprise and create some users:" diff --git a/guide/03-the-gis/working-with-different-authentication-schemes.ipynb b/guide/03-the-gis/working-with-different-authentication-schemes.ipynb index 934d31e959..3b0fd03c00 100644 --- a/guide/03-the-gis/working-with-different-authentication-schemes.ipynb +++ b/guide/03-the-gis/working-with-different-authentication-schemes.ipynb @@ -314,7 +314,7 @@ "source": [ "### Web-tier authentication secured with IWA\n", "\n", - "If your Enterprise is configured with the [ArcGIS Portal WebAdaptor for IIS on Microsoft's IIS Web Server and enabled for Windows Authentication with Kerberos or NTLM providers](https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/use-integrated-windows-authentication-with-your-portal.htm), you can omit passing in the username and password.. The ArcGIS API for Python is able to figure out when the GIS is using Windows authentication and picks the login credentials from the currently running process providing a seamless and secure login experience. \n", + "If your Enterprise is configured with the [ArcGIS Portal WebAdaptor for IIS on Microsoft's IIS Web Server and enabled for Windows Authentication with Kerberos or NTLM providers](https://enterprise.arcgis.com/en/web-adaptor/latest/install/iis/use-integrated-windows-authentication-with-your-portal.htm), you can omit passing in the username and password. The ArcGIS API for Python is able to figure out when the GIS is using Windows authentication and picks the login credentials from the currently running process providing a seamless and secure login experience. \n", "\n", "> **Note:** SAML-compliant identity providers configured to use Kerberos or NTLM will not create this same seamless login experience.\n", "\n", @@ -375,7 +375,7 @@ "metadata": {}, "source": [ "##### Interactive Login Experience\n", - "This uses interactive sign-in experience: you would be redirected to your organization's sign in page using the configured identity provider. Upon signing in, you would get a code, that you can paste back to complete the sign in process:" + "This uses interactive sign-in experience: you would be redirected to your organization's sign-in page using the configured identity provider. Upon signing in, you would get a code that you can paste back to complete the sign-in process:" ] }, { @@ -611,7 +611,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.10" + "version": "3.7.6" } }, "nbformat": 4, diff --git a/samples/03_org_administrators/clone_portal_users_groups_and_content.ipynb b/samples/03_org_administrators/clone_portal_users_groups_and_content.ipynb index 979af9de58..19258ac513 100644 --- a/samples/03_org_administrators/clone_portal_users_groups_and_content.ipynb +++ b/samples/03_org_administrators/clone_portal_users_groups_and_content.ipynb @@ -8,7 +8,7 @@ "\n", "This sample notebook can be used for cloning a portal, from say, a staging to a production environment. It clones the users, groups and the content. It does not copy over services though, and works at the tier of portal items.\n", "\n", - "**Note**: To user this notebook as a Python script, checkout the accompanying [SDK GitHub](https://github.com/Esri/arcgis-python-api) repository. Running this as a script from a Python IDE allows you to set breakpoints, debug and inspect the script when an exception is raised." + "**Note**: To use this notebook as a Python script, check out the accompanying [SDK GitHub](https://github.com/Esri/arcgis-python-api) repository. Running this as a script from a Python IDE allows you to set breakpoints, debug, and inspect the script when an exception is raised." ] }, { @@ -1477,7 +1477,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.9" + "version": "3.7.6" } }, "nbformat": 4, diff --git a/samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part1.ipynb b/samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part1.ipynb index 07a2affffb..6a004a104f 100644 --- a/samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part1.ipynb +++ b/samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part1.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Data Visualization: Construction permits, part 1/2" + "# Data Visualization - Construction permits, part 1/2" ] }, { @@ -1862,7 +1862,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.10" + "version": "3.7.6" }, "toc": { "base_numbering": 1, diff --git a/samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part2.ipynb b/samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part2.ipynb index 00b31ac1f9..74318a0ff6 100644 --- a/samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part2.ipynb +++ b/samples/04_gis_analysts_data_scientists/analyze_patterns_in_construction_permits_part2.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Data Summarization: Construction permits, part 2/2" + "# Data Summarization - Construction permits, part 2/2" ] }, { @@ -1183,7 +1183,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.10" + "version": "3.7.6" }, "toc": { "base_numbering": 1, diff --git a/samples/04_gis_analysts_data_scientists/calculate_post_fire_landslide_risk.ipynb b/samples/04_gis_analysts_data_scientists/calculate_post_fire_landslide_risk.ipynb index f9cdec5780..c973bcdcee 100644 --- a/samples/04_gis_analysts_data_scientists/calculate_post_fire_landslide_risk.ipynb +++ b/samples/04_gis_analysts_data_scientists/calculate_post_fire_landslide_risk.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Raster Analytics: Calculate wildfire landslide risk" + "# Raster Analytics - Calculate wildfire landslide risk" ] }, { @@ -985,7 +985,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.10" + "version": "3.7.6" }, "toc": { "base_numbering": 1, diff --git a/samples/04_gis_analysts_data_scientists/part1_prepare_hurricane_data.ipynb b/samples/04_gis_analysts_data_scientists/part1_prepare_hurricane_data.ipynb index 8e45b78fe3..efff325a19 100644 --- a/samples/04_gis_analysts_data_scientists/part1_prepare_hurricane_data.ipynb +++ b/samples/04_gis_analysts_data_scientists/part1_prepare_hurricane_data.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Data Preparation: Hurricane analysis, part 1/3" + "# Data Preparation - Hurricane analysis, part 1/3" ] }, { @@ -4075,7 +4075,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.10" + "version": "3.7.6" }, "toc": { "base_numbering": 1, diff --git a/samples/04_gis_analysts_data_scientists/part2_explore_hurricane_tracks.ipynb b/samples/04_gis_analysts_data_scientists/part2_explore_hurricane_tracks.ipynb index 75b36dfd8b..1b99a1470b 100644 --- a/samples/04_gis_analysts_data_scientists/part2_explore_hurricane_tracks.ipynb +++ b/samples/04_gis_analysts_data_scientists/part2_explore_hurricane_tracks.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Exploratory Statistics: Hurricane analysis, part 2/3" + "# Exploratory Statistics - Hurricane analysis, part 2/3" ] }, { @@ -2378,7 +2378,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.10" + "version": "3.7.6" }, "toc": { "base_numbering": 1, diff --git a/samples/04_gis_analysts_data_scientists/part3_analyze_hurricane_tracks.ipynb b/samples/04_gis_analysts_data_scientists/part3_analyze_hurricane_tracks.ipynb index 149cb9ac2c..08f06ab26e 100644 --- a/samples/04_gis_analysts_data_scientists/part3_analyze_hurricane_tracks.ipynb +++ b/samples/04_gis_analysts_data_scientists/part3_analyze_hurricane_tracks.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Correlation: Hurricane analysis, part 3/3" + "# Correlation - Hurricane analysis, part 3/3" ] }, { @@ -2570,7 +2570,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.10" + "version": "3.7.6" }, "toc": { "base_numbering": 1,