> > > > 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 -- 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.
