by
Erik
• Valued Contributor III
- 13138 Views
- 4 replies
- 3 kudos
Has anyone found a nice way to run code-formating (like black) on the notebooks **in the workspace**? My current workflow is to commit the file, pull it locally, format, repush and pull. It would be nice if it was some relatively easy way to run blac...
- 13138 Views
- 4 replies
- 3 kudos
Latest Reply
Hi Erik,I don't know if you are aware of this feature, currently there is an option to format the code in your databricks notebooks using the black code style formatter.Just you need to either have a version of your DBR equal to or greater than 11.2 ...
3 More Replies
- 1369 Views
- 0 replies
- 0 kudos
I'm consuming multiple topics from confluent kafka and process each row with business rules using Spark structured streaming (.writestream and .foreach()). While doing that i call other notebook using %run and call the class via foreach while perform...
- 1369 Views
- 0 replies
- 0 kudos
- 705 Views
- 0 replies
- 0 kudos
Dumpstech is the best platform, they provide best practice exam questions pdf, easy way to pass your exam in first attempt
- 705 Views
- 0 replies
- 0 kudos
- 2292 Views
- 1 replies
- 0 kudos
Is there an easy way I can save the plots generated by the display() cmd?
- 2292 Views
- 1 replies
- 0 kudos
Latest Reply
Plots generated via the display() command are automatically saved under /FileStore/plots. See the documentation for more info: https://docs.databricks.com/data/filestore.html#filestore.However, perhaps an easier approach to save/revisit plots is to u...