Hello everyone.
I would like to confirm whether it is possible in a notebook in Fabric to call applications, web maps, dashboards, and similar content, just like it can be done using the Python API in Databricks, Jupyter, AGOL, etc.
I've been trying for a while to figure out how to do this, but when I import the necessary modules and try to connect to a GIS, it keeps loading indefinitely. Is this expected behavior?
I was able to confirm that there is no issue while using 'from arcgis.gis import GIS' but when I use 'gis = GIS(...)' start to load indefinitely.
I have been able to embed dashboards using HTML code in the notebook, but I haven’t been able to filter published items based on their itemid, name, etc.
Any support with this would be deeply appreciated.
Thank you!
Is this with the Python API or the GeoAnalytics for Fabric library? For connecting to feature services with the GeoAnalytics for Fabric library we have guidance on reading/writing here. Using the GeoAnalytics for Fabric library is the method I'd recommend at this point as it is designed specifically for the Fabric environment and is natively included in the Fabric Runtime.
-Sarah.