Quarto Solara compatibility

I'm writing a tutorial to build LLM chat apps with Solara: https://alonsosilvaallende.github.io/blog/posts/2024-04-11-Build_a_basic_LLM_chat_app_with_Solara.html In my blog, I use Quarto, however there is some compatibility which might be simple or difficult to solve (I don't know). I expect the cells output of jupyter notebooks to appear directly in Quarto (see for example the first two cells in this blog entry): https://alonsosilvaallende.github.io/blog/posts/2024-04-18-Quarto-Solara-Test.html However, the cells of Solara components don't appear directly in Quarto (see for example the third cell): https://alonsosilvaallende.github.io/blog/posts/2024-04-18-Quarto-Solara-Test.html I thought it might have to do with the widget state and perhaps there is something there because when I save the widget state there appears a lot of text in Quarto: "...{"model_module":"jupyter-vuetify","model_module_version":"^1.8.10","model_name":"ThemeColorsModel","state":{"_model_module_version":"^1.8.10","_theme_name":"dark","_view_module":null,"_view_module_version":"^1.8.10","accent":"#FF4081","error":"#FF5252","info":"#2196F3","primary":"#2196F3","secondary":"#424242","success":"#4CAF50","warning":"#FB8C00"}},"8f96225f9fab4c2d9f305a1b44078c4e" ...etc.... Do you know if there is a way to display a simple Solara component output as an image or something similar in Quarto?
0 Replies
No replies yetBe the first to reply to this messageJoin