Forum Discussion
How to run notebook in a notebook view in visual code? Git integration
- 2 months ago
Hi jaryszek,
This behavior is expected because Fabric notebooks can be accessed in different modes. When you open a notebook from the Git-integrated workspace, it appears in its source-controlled form (notebook-content.py), which is useful for version control and code reviews. Using Open in VS Code provides an interactive VFS/Jupyter-style experience for authoring and running notebooks. The plain-text and notebook views serve different purposes. If you prefer the notebook interface, use the Fabric notebook editor or Open in VS Code instead of opening it directly from the Git repository.
Notebook source control and deployment - Microsoft Fabric | Microsoft Learn
Develop Fabric notebooks in VS Code with VFS mode - Microsoft Fabric | Microsoft Learn
Thank you.
Hi jaryszek,
This behavior is expected because Fabric notebooks can be accessed in different modes. When you open a notebook from the Git-integrated workspace, it appears in its source-controlled form (notebook-content.py), which is useful for version control and code reviews. Using Open in VS Code provides an interactive VFS/Jupyter-style experience for authoring and running notebooks. The plain-text and notebook views serve different purposes. If you prefer the notebook interface, use the Fabric notebook editor or Open in VS Code instead of opening it directly from the Git repository.
Notebook source control and deployment - Microsoft Fabric | Microsoft Learn
Develop Fabric notebooks in VS Code with VFS mode - Microsoft Fabric | Microsoft Learn
Thank you.