Skip to content

Commit d1a9873

Browse files
authored
Merge pull request #1677 from jyaistMap/jy-rvw-colab
fix typo in import statement
2 parents 7ec4ad0 + 893a3d8 commit d1a9873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"\n",
309309
"* Run `import arcgis` to confirm that it works properly.\n",
310310
"\n",
311-
"Currently, Google Colab is not readily compatible with the ArcGIS mapping widget, but may work with some functions that return iFrames, such as the `WebExperience.preview()` method. To enable these widgets (or any 3rd-party widget) in Colab, run `from google.colab import ouput` followed by `output.enable_custom_widget_manager()`. \n",
311+
"Currently, Google Colab is not readily compatible with the ArcGIS mapping widget, but may work with some functions that return iFrames, such as the `WebExperience.preview()` method. To enable these widgets (or any 3rd-party widget) in Colab, run `from google.colab import output` followed by `output.enable_custom_widget_manager()`. \n",
312312
"\n",
313313
">Note: At the time of writing this, this installation process works for the default version of Python that comes with Colab, 3.10.12. This means that only ArcGIS 2.2.0 and higher can be installed, as prior versions are not compatible with Python 3.10+. Downgrading the Python version in Colab is possible, but may interfere with other dependencies needed to run ArcGIS."
314314
]

0 commit comments

Comments
 (0)