- 1826 Views
- 1 replies
- 0 kudos
Hi there,Anyone here experienced any problems with formatiing python code inside databricks notebook cells? I'm constantly having this weird problem, both with very short/simple and complex code, in different notebooks. Sometimes it somehow works, an...
- 1826 Views
- 1 replies
- 0 kudos
Latest Reply
that is interesting.Can you check if you you use a version > 11.2. If not you have to install black and tokenize-rt.Can you check if you use a custom pyproject.toml file? It might be related to that.(You also need edit permission on the notebook bu...
- 2337 Views
- 1 replies
- 0 kudos
Hi Community, I'm using Databricks E2, and need to convert pptx files to pdf files.This can be done in either a python or an R notebook using #LibreofficeTo achieve this I'd have to download LibreOffice; I'm not too sure on how to do that. Would I ha...
- 2337 Views
- 1 replies
- 0 kudos
Latest Reply
I suppose by Libreoffice you mean the sdk, without the frontend?You will have to install the jar as a library on the compute cluster.From that moment on, you can use the classes in your code.If you cannot run the jar from a command line, it might be ...