On Aug 17, 11:31 am, Owen Densmore <[email protected]> wrote: > Fixed it. It seems to require me using the sage terminal on the Mini server > rather than Sage.app. On the Mini I use a terminal session with: > > notebook(interface='',secure=True) > > Then on my Air, for example, I just beam into the url: > > https://10.0.1.222:8000 > > Chrome gets bitchy about the server's cert but no big deal, it can be turned > off by inspecting the cert and checking "always trust". > > It would be nice if I could set up the notebook defaults to be interface='', > secure=True so that however I start the notebook server, it uses these > values.
You might be able to do this in your init.sage file with some redefinition of notebook() or something. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
