I have created data analysis tool using Jupyter Notebook. Currently, I installed python+Jupyter Notebook in virtual machine and my teammates login to VM to use the tool. But, it’s limiting the users as only one person can login at a time. So, moving forward , I want to keep tool in a server so n number of users can use it at a time.
Note: I am from non-it background. Except coding and logic building, don’t have any knowledge on server, web application etc. currently, I built and developed code in Jupyter notebook.. once Jupyter Notebook finishes running user saves notebook as html report as notebook has all plots and statistical tables.
I see some options like streamlite, mercury but I didn’t get any clear idea for my problem. I want to run Jupyter Notebook in the backend and save it as html report but users should run from their own laptops without login to virtual machine or installing anaconda distribution on their laptops