Right now two steps are needed to make the sdk work from notebooks:
- %pip install
- manually passing a token to the sdk by calling internal dbutils APIs to get one
So we don't need to solve #1 right away, but maybe we can just bake the logic from #2 into the SDK itself, just like e.g. mlflow works out of the box without passing a token around manually? Would be nice if you could just type w = WorkspaceClient() in a notebook!