I am using databricks-connect and VS Code to develop some python code for Databricks.
I would like to code and run/test everything directly from VS Code using databricks-connect to avoid dealing with Databricks web IDE. For basic notebooks, it works just fine but I would like to do the same with multiple notebooks and use imports (e.g. use import config-notebook in another notebook).
Is there any way to make notebook imports that works both in Databricks and is supported by databricks-connect ?
Thanks a lot for your answers !
.
.
.
.
.