Skip To Content

Configure ArcGIS Notebook Server after installation (Windows containers)

ArcGIS Notebook Server includes a utility to be run after the software is installed. This utility installs the Docker container images for notebooks that you downloaded from My Esri. When your ArcGIS Notebook Server installation is complete, run the post installation utility to install the Windows container image. Perform the following steps for each machine on which you have installed ArcGIS Notebook Server:

  1. Open the command prompt window as an administrator.
  2. Change the working directory to the ArcGIS Notebook Server tools folder.

    By default, the path is C:\Program Files\ArcGIS\NotebookServer\tools\PostInstallUtility.

  3. Optionally, refer to the utility's help by running the following command:

    PostInstallUtility.bat -h

  4. Determine whether Docker is active on your machine by running the following command:

    PostInstallUtility.bat -d

    1. If Docker is not active, install Mirantis Container Runtime or Docker Engine from Binaries.
  5. Download the ArcGIS Notebook Server Python Container Image (Windows) from My Esri.
  6. Install the runtime image by specifying its path:
    Note:

    The image should be zipped in the tar.gz format.

    Note:

    Ensure that your machine has at least 100 GB of free disk space.

    Run the following command:

    PostInstallUtility.bat -l <path of .tar.gz Docker image>

Proceed to create an ArcGIS Notebook Server site.