laptop and a wrench

不具合

Installing ArcGIS API for Python via PIP installs ipywidgets version 8.0.4 which is incompatible with the Jupyter Notebook.

最後に公開された状態: January 30, 2023 ArcGIS API for Python
不具合 ID 番号 BUG-000155321
送信されましたJanuary 24, 2023
最終更新日June 5, 2024
適用対象ArcGIS API for Python
見つかったバージョン2.0.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
修正されたバージョンQ4 2023
ステータスFixed

対処法

From a command prompt:

  1. Downgrade the ipywidgets package to version 7.7 by entering pip install ipywidgets==7.7.0.
  2. Start a Jupyter notebook by entering The Jupyter Notebook.
  3. Once the new tab opens, create a new notebook with Python 3 as the kernel.
  4. In the first cell of the notebook, enter the following code to create a GIS object and a map view using the arcgis package:

from arcgis.gis import GIS

my_gis = GIS()

m = my_gis.map()

m

Notice the map view widget now loads appropriately.

再現の手順

不具合 ID: BUG-000155321

ソフトウェア:

  • ArcGIS API for Python

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動