it would be nice if the notebook experience was similar to Azure Machine Learning, especially when you could connect to your git repo and version your notebooks. The workspace that I have currently only shows the power bi artifacts. Being able to navigate the structure of your git repo will be extremely helpful.
3 Comments
- nishalitNew Member
Thank you for your valuable feedback. We are actively working on supporting Notebooks with the Fabric Git integration. We will keep you updated on our progress and share timelines for these enhancements. Your input is greatly appreciated. - fbcideas_migusrNew MemberStatus added:Planned
- galaeciFrequent Visitor
Enable Repo‑Native Notebook Development with .fabric/ Metadata Folders
(Eliminate Per‑Notebook Downloads)Description
The current Fabric VS Code extension forces each notebook to be downloaded into its own isolated folder containing Fabric‑specific metadata. This breaks Git‑based workflows, creates duplicated folder structures, and prevents editing notebooks directly from a repo. It also requires repeated downloads and manual publish steps.Proposal
Introduce a file‑first, repo‑native notebook development model where developers can open and edit notebooks directly from a Git repository. The Fabric extension would store all Fabric‑specific metadata (item IDs, bindings, kernel info, runtime artifacts) in a separate .fabric/ folder that is ignored by Git.Example Structure
/repo /notebooks analysis.ipynb transform.py /.fabric analysis.ipynb/ transform.py/Key Capabilities
- Open any notebook directly from the repository
- Run notebooks on Fabric Spark without downloading
- Store Fabric metadata in .fabric/ (auto‑ignored by Git)
- Remove the need for per‑notebook download folders
- Eliminate the “Publish to Fabric” step
- Allow CI/CD pipelines (fabric‑cicd) to deploy notebooks cleanly
Benefits
- Clean, deterministic, auditable Git workflows
- No duplicated folder structures
- No repeated downloads
- Alignment with industry standards (Databricks Repos, Azure ML, Jupyter)
- Dramatically improved developer experience for enterprise teams
Why This Matters
Fabric notebooks are currently item‑centric, but developers need a file‑centric workflow to integrate with Git, pull requests, and CI/CD. This proposal preserves Fabric’s metadata model while enabling a modern, repo‑native development experience.
Recent ideas
Deployment Pipelines - Remember selected stage
Every time we go into a deployment pipeline, it defaults to selecting the Development stage. I believe that it would be very rare to have a user select the Development stage. It would be helpful if d...PeterDaniels6 hours agoAdvocate IINew1View0likes0CommentsDisable auto-restore previous session's tabs in new Fabric sessions
Description: Since a recent update, starting a new Fabric session — for example by opening Fabric in a new browser tab — automatically reopens all the item tabs that were left open from a previous s...MathieuVr13 hours agoFrequent VisitorNew56Views5likes1CommentExported PDF from PowerBI to not have any indents/borders
Currently, using the "Export to PDF" option in PowerBI results in two consistently buggy results: A white border/indent is generated, increasing the size of the page from 8.5x11 to 9x11.5 Sometime...EliShalev16 hours agoNew MemberNew13Views0likes0CommentsAdding a Container for Logical Grouping of Activities in Data Pipelines
Dear Team, I would like to propose a feature enhancement for Data Pipelines in Microsoft Fabric that allows the logical grouping of activities into a container. This container would serve to: Im...lukas_karlovsky17 hours agoNew MemberPlanned877Views15likes5Comments