the notebook launches by default konqueror, but it does not work well in
it ("your browser is not supported..."). How can I configure which
browser should be launched?
r.
from notebook() docstring:
open_viewer -- (default: True) whether to pop up a web browser.
You can override the default browser by setting the
SAGE_BROWSER environment variable, e.g., by putting
export SAGE_BROWSER="firefox"
in the file .bashrc in your home directory.
the ?<TAB> command doesn't yet work in SPD for notebook(), we need to fix it.
Ondrej
That's why I asked. Also help(notebook), and help(notebook.__call__)
revealed nothing.
Thanks!
r.
Great!
r.