Skip to main content

View available Python libraries

Each notebook runtime in ArcGIS Notebooks packages a precise list of Python libraries, including a specific version of each.

The documents linked in the following table provide a complete list of the Python libraries packaged in each default runtime:

ArcGIS Notebook Server version Manifest version Retirement date
12.1 v14.0 Python libraries June 1, 2032
12.0 v13.0 Python libraries November 1, 2028
11.5 v12.0 Python libraries June 1, 2031
11.4 v11.0 Python libraries December 1, 2027
11.3 v10.0 Python libraries June 1, 2030
11.2 v9.0 Python libraries November 1, 2026
11.1 v8.0 Python libraries May 1, 2029
10.9.1 v6.0 Python libraries December 1, 2027
10.8.1 v4.0 Python libraries August 1, 2026

While authoring or viewing a notebook, you can view the available libraries for the notebook's runtime. Click the Info pane of the notebook editor, and click the link of the runtime in the General section. The available libraries for the runtime appear on a dialog box.

Access a runtime's manifest

An up-to-date list of each library included in each runtime, including their versions, is also available in ArcGIS Notebook Server Manager.

To access a runtime's manifest, complete the following steps:

  1. Sign in to your ArcGIS Enterprise portal as an administrator and open ArcGIS Notebook Server Manager.

  2. Open the Settings page, and click Runtimes.

  3. Choose the runtime you want to review, and click the Manifest button.

The manifest resource provides a JSON representation of each Python library included in the runtime.

Deprecated libraries

No libraries have been deprecated at ArcGIS Notebook Server 12.1.

Back to top