Bug
| Bug-ID-Nummer | BUG-000149692 |
|---|---|
| Eingereicht | June 2, 2022 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS Online |
| Gefunden in Version | 10.1 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Behoben in Version | 2023.R01 |
| Status | Fixed |
Use the following Python script to delete the folder:
from arcgis.gis import GIS
import os
import shutil
gis = GIS("home")
shutil.rmtree(r"/arcgis/home/Folder_Name")
Note: For 'Folder_Name', paste the name of the ArcGIS Notebook folder that must be removed.
Bug-ID: BUG-000149692
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen