-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you run blackbricks while using databricks in the browser? #27
Comments
Found in the documentation that request is not currently possible |
Hi! There are two ways this could have worked, but none of which work as you would hope:
So, the conclusion is that no, right now you cannot do what you want, and there doesn't seem to be a way for |
We just added support embedded in the notebook web ui for formatting python cells with Black when using DBR 11.2 Blackbricks is still better for formatting integrated with CI and for bulk formatting many files, but for quick cell level formatting during development, hopefully the new feature works for people. |
Thanks for the info. I'll check it out. |
For those without a CLI setup, could you run this in the browser version of databricks?
My thought would be
blackbricks.format_notebook('notebook_path', ['notebook_dest'])
with['notebook_dest']
being an optional argument with the default beingnotebook_path
to just update the current notebook.The text was updated successfully, but these errors were encountered: