Differences between revisions 5 and 6
Revision 5 as of 2008-12-17 03:26:39
Size: 1316
Editor: DanDrake
Comment:
Revision 6 as of 2009-02-11 18:09:46
Size: 1394
Editor: OndrejCertik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

Example of configuring the Sage notebook using !VirtualBox: SageVirtualBox

This page is intended to complement and extend the docstring for the notebook() function in Sage, which is long and complicated enough as it is!

I don't know if this page will remain on the wiki, or get integrated into the official documentation.

The first and most important thing is to get rid of the unhelpful "search the web for help" bits and send users to this page.

I think we should have some more extended discussion of the examples from the notebook docstring here, particularly the options for running a public notebook server.

Here's an example of one thing that's probably better here than in the docstring: the timeout parameter is useful if you find that your server is running out of memory, or seriously bogging down with multiple users. Setting a nonzero timeout will kill idle sessions that are needlessly using memory. See this sage-support thread (and particularly kcrisman's comments).

If you are having trouble accessing the notebook server, make sure you specify address='' when starting the notebook. The tells the notebook server to listen on all network addresses. Using the incorrect address line can have strange effects, such as images not showing up in published worksheets!

Example of configuring the Sage notebook using VirtualBox: SageVirtualBox