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. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/c72f6982-80c7-4bce-a8bc-74b81414ec9a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
