Skip to content

[Notebook Issue] Web scene not loading with layers in Jupyter Notebook #2332

@neha-sharma-geoai

Description

@neha-sharma-geoai

Describe the bug
Web scene is not displaying layers and is not considering the extent when displayed in Jupyter Notebook. I logged in with geosaurus credentials.
Notebook - building_reconstruction_using_mask_rcnn.ipynb [https://github.com/Esri/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/building_reconstruction_using_mask_rcnn.ipynb]

To Reproduce
Steps to reproduce the behavior:

from arcgis.map import Scene
from arcgis.gis import GIS
gis = GIS('home')
scene_item = gis.content.get('616f98f2dca741808fd2e242b2c77a1b')
scene3 = Scene(item = scene_item)
scene3 

Screenshots

Image

Expected behavior

Image

Platform (please complete the following information):

  • OS: Windows
  • Browser [e.g. chrome, safari]: Chrome
  • Python API Version [e.g. 1.6.2] (you can get this by typing print(arcgis.__version__): 2.4.2
  • Build - 58583

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions