Hi Bishi, Both https://github.com/jupyter-incubator/dashboards_server and https://github.com/oreillymedia/thebe come to mind for your use case. Temper your expectations though: both require some amount of setup and neither has much active development going on at the moment.
Cheers, Pete On Thursday, January 19, 2017 at 12:08:03 AM UTC-5, Bishi wrote: > > 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/4ab7e2fc-ee07-4ef6-a1bd-eecc1933f7cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
