If you haven’t already set up and installed ArcGIS Notebook Server and its pre-requisites please do so now. These steps can be found here Create or select a local user account you wish to use to run the Docker Desktop application. Add this local user account...
When installing ArcGIS Notebook Server on Windows, the installation of Docker Desktop causes entries to be written to the machine's hosts file that could cause problems with the way our software interprets the machine name. This installation method assumes that all system requirements are met, kee...
Import the necessary modules and create a connection to the Portal by defining the URL and credentials for a user with administrative privileges. from arcgis.gis import * import itertools gis = GIS("https://<shortname>.maps.arcgis.com/", "<admin_username>", "<admin_password>") Identify th...
If you used ArcGIS Enterprise Builder to set up a base ArcGIS Enterprise deployment on a single machine: Review and complete the steps in the prerequisites. As an administrator, run the ArcGIS Enterprise Builder installation file (.exe) of the desired version to install components. Use the con...
Aufgrund dieser und anderer Einschränkungen wird empfohlen, ArcGIS Notebook Server unter Linux anstatt unter Windows zu installieren. Vorgehensweise Mit den folgenden Schritten können Sie einrichten, dass Docker Desktop beim Start von Windows automatisch ausgeführt wird. Dann verfügt Arc...