Also, partially related: is there any library or f...
# datascience
e
Also, partially related: is there any library or framework like Quarto in R that would allow you to publish a report?
a
You can use https://datalore.jetbrains.com for interactive reports (it supports notebooks with Kotlin kernel).
e
I would like to have a solution with more control, where I can generate a report and publish it somewhere (like this one I did using Quarto and R) The notebooks can’t be exported as an HTML, right? Just charts.
n
You can export a notebook to a gist file However, we do have a ticket to exporting it to different formats. However, export to html right now is disabled both for python and kotlin notebooks https://youtrack.jetbrains.com/issue/KTNB-883/Support-the-Export-Notebook-As...-feature-for-Kotlin-Notebooks
❤️ 2
e
Thanks for the update! Having a bit more experience on R than on Kotlin on Data Analysis I think this is a killer feature if added to Kotlin: the ability to publish reports in different formats, ideally interactive. Happy with what we can do now anyway, just my two cents 🙂
🤝 1
❤️ 1
n
Agreed, having a way to export to an interactive format would be great, thank you for sharing input