Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you are just trying to run the notebook on your own computer, you should just be able to do

./sage -n

(which could be the whole thing above which you do, except the part after -n) and enjoy a web browser pop up with the notebook.

Do remember, though, that arbitrary Python code can be executed from the notebook, so nasty things can be done via an insecure notebook accessed from off line. If you're trying to set up a server, see (for instance) this wiki page in addition to the notebook documentation.