Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have created a python notebook in workspace A , I want to call the notebook in another notebook in workspace B under same fabric capacity , but I am getting error, please guide me.
Hi,
Could you provide more details about the steps you are doing and the error message you get ?
Kind Regards,
Dennes
I am running the below in python cell of a notebook which is in another workspace.
%run <notebook name>
I am getting the below error
โ
@Arnab0111 "Currently Fabric notebook only supports referencing notebooks within a workspace."
Reference https://learn.microsoft.com/en-us/fabric/data-engineering/microsoft-spark-utilities
For referencing interworkspace notebook i would suggest download the notebook as .py and import it in Resource Folder in another workspace for reusablity purpose
Ps: If my response helped, kindly select it as the solution. Your kudos are greatly appreciated!