Forum Discussion
How to run notebook in a notebook view in visual code? Git integration
Hello Guys,
I am using Fabric visual code extension and seeing items like that:
this is just plain text.
But when I am opening notebook from a ribbon:
I am getting a new visual code workspace with a normal jupyter notebook format:
What is a difference between those? How to use only one with jupyter notebooks in visual code?
Best Wishes,
Jacek
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.
1 Reply
- v-saisrao-msftCommunity Support
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.