Hey, quick question: I had the idea of generating interactive server-side visualizations with the altair package in python. Since it offers HTML exports, could i generate the HTML in an Appwrite function and then return it so the user can view the generated plot in their browser?
I haven't looked too much in the documentation and did not find that specific problem.
Would appreciate a quick answer if this is feasible so I could look into it more. Thanks!