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!