| Bug ID Number |
BUG-000134229 |
| Submitted | September 29, 2020 |
| Last Modified | November 4, 2024 |
| Applies to | ArcGIS API for Python |
| Version found | 1.8.1 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
At the latest release of the ArcGIS API for Python, version 2.4.0, the map classes are revamped and after testing, this now works with the print method in the new Map class. This can now work with the Online notebooks or in the local notebooks. To check the version of the Python API, use `import arcgis` and then do `arcgis.__version__`..
Workaround
Share the web map and its items with the public.
Steps to Reproduce