Forum Discussion
How to develop Notebooks from VS Code using Workspace Git integration.
Nobody ? why all files are so different ?
py file exported from workspace notebook has different structure as py file commited to git directly from workspace source control.
Files used by VS Code extension are nnotebooks.
So there is no chance to sync your work at git.
It seems, the only option is to create separated workspace for each developer and project and connnect and disconnect and again connect from Source control if you want to work in new branch (you can create a new branch via UI only from current branch when git is connected).
Imagine you have your work done, you merge your feature branch to main and then workspace is connected to deleted branch. so you have to go to onfiguration and reconnect to main.
Who designed this pls? how to get out from that ? Is Databricks only way ?