Hello all.
I would like to know is there any way to share ipynb as a web service?
For example, I have a completed script with some configureable parameters, I want to share this script to someone else, so they can get the latest result via running that script and I don't need to write a web APP as I'm not familar with writing JS.
I found ipywidgets which is very useful for the users to input text/int/date as the parameters. But I'm not sure how to convert this to a web service.
I think the users should not add/modify the existing cells in the ipynb file I shared. They can just run the existing cells. So it will be a good web service.
So, could you tell me there's anything wrong about my thoughts?
If what I think is right, how can I prevent the users to add/modify the existing cells? I think maybe modify some jupyter source will work. But I don't know where to start.
Thanks.