I use Google Colab in which I have defined a (Python 3) function.
When function is called with several selected parameters, it takes source files (CSV) from the Google Drive and executes a code. An outcome of the function is a couple of figures that I visualize using Dash on my local computer.
I want other users, too, to be able to remotely run the source code (ideally placed on Google drive still), define the parameters in a text box, click OK button, and see the dashboard with figures on their computers.
All that without any installation and sharing the sourse code. Just click on some link, define parameters, confirm them, run my Google Colab notebook, see a dashboard. Is this even technically possible and if so, how?
I am aware of solutions that involve sharing a source code, creating web pages or apps etc. I would not prefer any of that. Thanks a lot for your inputs.