Hello, I'm all new to pythonanywhere and the web interface world. I have a small hobby project, that I think might work on pythonanywhere.
In short terms, I want to build a simple web interface that allows a user to upload a (small) .csv file, pass this to a pandas data frame for processing and finally present the output on Apache Superset.
I have installed Superset in a virtual environment here, and when running it using superset init
it spins up on http://0.0.0.0:8088
.
My question is quite simple:
How do I correctly setup Superset, such as it is accessible at xxx.pythonanywhere.com?
I realise that I'm not supplying any code for my first attempt, which is quite simply because I don't really know where to start. I am quite comfortable with python, and have some small experience with using flask in non-app settings. I think it would be quite instructive for me (and probably others) if this post could become a short guide with link to resources required to learn the necessary steps.
Thanks!