Skip to main content

Configure a disconnected deployment

If you are configuring ArcGIS Notebook Server in an environment with no internet connection or internet access is prohibited by your organization, you must configure the jsapiCDN system property on Notebook Server.

Configure the jsapiCDN system property

To configure the jsapiCDN system property, complete the following steps.

Note:

Ensure that there are no active notebooks in use before making this change, as updating the notebook server's system properties will terminate all active notebook containers.

  1. Sign in to the ArcGIS Notebook Server Administrator Directory as an administrator.

    The directory is commonly accessible at https://notebookserver.domain.com:11443/arcgis/admin or https://notebookserverwebadaptor.domain.com/webadaptor/admin.

  2. Click System > Properties.

  3. Click Update properties.

  4. Add the jsapiCDN property to the end of the existing list of properties or update the property if it already exists.

    "jsapiCDN": "https://[portal.domain.com]/[portal webadaptor context]/jsapi/jsapi" 
    
  5. Click Update properties to save the changes.

All newly opened notebooks will now use the updated JavaScript API for rendering the map widget.

Create a custom runtime image with the ArcGIS Deep Learning backbones package for disconnected environments

To support deep learning in a disconnected environment, you must download the required backbone packages and create a custom runtime image. See Extend a notebook runtime for more information.