Hi Johannes, On Fri, Sep 24, 2010 at 5:47 AM, Johannes <[email protected]> wrote: > hi list, > how can i change the browser, which is started after i started sage > notebook by `sage -notebook` > I want to use firefox, but i always get a new instance of konquer.
You could set the Sage environment variable SAGE_BROWSER: $ export SAGE_BROWSER=/path/to/firefox $ <load Sage notebook> For more environment variables, see the file sage/misc/viewer.py -- Regards Minh Van Nguyen -- 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
