Forum Discussion
Thomas_R
2 years agoFrequent Visitor
Import (function) notebook into own nootbook
Hi all Is there any way to import one nootbook into another and at the same time have easy version control? My purpos is to have a function-nootbook I can create a lot of usefull functions (a...
v-cboorla-msft
2 years agoMicrosoft Employee
Hi Thomas_R
Thanks for uisng Microsoft Fabric Community.
You're right, importing one notebook into another in Fabric with built-in version control isn't straightforward. One of the best approach is using Custom Libraries with Wheels.
Custom Libraries with Wheels:
- Pros:
- Works for importing functions across notebooks.
- Provides version control through custom library versions.
- Cons:
- Requires manually uploading the updated notebook to create new versions.
- Can be cumbersome if you update functions frequently.
Meanwhile we will reach out to the internal team to check for any other alternative approaches.
We will update you once we hear back from them.
Thanks
Nashrin
2 years agoFrequent Visitor
Following