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.
Sign in to the ArcGIS Notebook Server Administrator Directory as an administrator.
The directory is commonly accessible at
https://notebookserver.domain.com:11443/arcgis/adminorhttps://notebookserverwebadaptor.domain.com/webadaptor/admin.Click System > Properties.
Click Update properties.
Add the
jsapiCDNproperty 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"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.