Tessa

Results 5 comments of Tessa

Same issue, going back to image mongo-express:1.0.0-alpha.4 worked.

Hello @aymiee , I sent you a request on LinkedIn too (I am Tessa). I am extending the same things as you are. Right now I support pdf, docx, ppt(x)...

This issue is keeping us from being able to use somoclu. We are not able to install numpy first (Databricks Model Serving). @yanzastro Did you perhaps find a solution?

This would be very helpful indeed, I was looking for this feature too!

The way I do it in Jupyter notebook: annotations_df = pd.DataFrame(annotations) import io s_buf = io.StringIO() annotations_df.to_csv(s_buf) annotations_df.to_csv('annotations.csv', index=False)