Is it possible to create interactive charts (if yes - how?) in a web app using just html and flask/ python, without writing own javascript?
I don't want Django as it seems an overkill for a medim app I am building. Thank you
Stackoverflow says that my question was already answered here:
This question already has answers here: How to execute python code on client side using flask? (2 answers) Can Python be used for client side web development? [closed] (8 answers)
I dont think this is true. I dont't belive there is information in the "dupplicate" questions relevant to what I asked.
udemy, youtube, google, stackoverflow
JavaScript- even if you use special Python version which can run in browser then it also runs JavaScript code. But when you useplotlyinflaskthen mostly you don't have to write any JavaScript code. You may need it only when you want to add extra functions. The same can be with Streamlit (which is based onflask) but as for me some functions are too much hidden and it is hard to add own functions in JavaScript.Jupyterand later convert to web page using ie. Solara, JupyterLite, Voici