On Thu, Aug 29, 2013 at 8:31 AM, tobias bora <[email protected]> wrote: > Great ! Thank you so much for your quick answer ! > > And I've still a little question : it's not to dangerous to give to users > access to terminal ? It's really practical, but is it safe ?
>From a security point of view, it's *equivalent* to anything they could do with a Sage worksheet (via python), so there's really no difference from sagenb. The terminals run in a virtual machine that is completely separate from the web server, database, etc. Also, there are many virtual machines. -- William > > > 2013/8/29 William Stein <[email protected]> >> >> On Thu, Aug 29, 2013 at 8:09 AM, tobias bora <[email protected]> >> wrote: >> > Hello, >> > >> > First thank you to develop a cloud version of Sagemath. However It's >> > very >> > difficult for me to use it because it seems that this new interface lost >> > lot's of functionalities of the notebook version. >> > >> > For exemple I'd like to switch to the Octave mode (Or in any other >> > language >> > mode). It's really easy to do with the notebook in the menu in the top >> > but I >> > can't find it in the cloud version... >> >> This is mainly due to a total lack of documentation. To make your >> worksheet use octave mode, type >> >> default_mode('octave') >> >> This is perhaps a more powerful mechanism than in sagenb, since you >> can set the mode via code in the worksheet, and even change modes in a >> linear session (but still have that recorded). >> >> William >> >> > >> > Thank you, >> > >> > Tobias. >> > >> >> >> >> -- >> William Stein >> Professor of Mathematics >> University of Washington >> http://wstein.org > > > > > -- > ____________________________________________ > Venez vite sur mon site : http://tobias.o-n.fr . Un site pour musiciens et > programmeurs !!! -- William Stein Professor of Mathematics University of Washington http://wstein.org -- 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/groups/opt_out.
