On Saturday, 20 December 2014 20:06:15 UTC-7, kcrisman wrote: > > >> >> I would like to create different calculations where the "normal user" >> only sees input fields for the variables to define and a calculate button. >> >> After clicking on it, the result values as well as some visualizations >> should be shown. The whole code should be hidden. >> >> >> >> Are there any “best practices” on using the sage notebook for creating >> input forms that will be calculated and that the results are displayed, >> without showing the sage-code? >> >> (e.g. creating the code in a separate worksheet and creating a "view" >> Version of the calculation). >> >> >> > > Hi again, > > I think that for this purpose I would personally use the Sage cell server > http://sagecell.sagemath.org/ (documentation at > http://sagecell.sagemath.org/static/about.html ) inside of ordinary web > pages. This is a proven and flexible technology, which is pretty easy to > use; I'm cc:ing the current maintainer, who may have some thoughts on how > to run your own Sage cell server if need be. > > - kcrisman >
Well, I certainly would appreciate any feedback on https://github.com/sagemath/sagecell/blob/master/contrib/vm/README.md There are still no promised templates for configuring proxies, but I've tried my best to make setting up new SageCell servers easy. I am running 3 setups on slightly different machines using these instructions. Thank you, Andrey -- You received this message because you are subscribed to the Google Groups "sage-support" 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]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
