does can data analysis library specifically kandy ...
# datascience
u
does can data analysis library specifically kandy generate visual data analysis image without using kotlin notebook? I want to plan to store kotlin code in text then run it in kotlin environment.
because python does
a
Hello. Yes, you can create Kandy plots in a regular Kotlin project. You can export plot to the file with
plot.save("filename.png")
extension. Works for PNG, JPG. SVG and HTML.
kodee happy 3