1 | initial version |
Instead of starting Sage and then running notebook()
at the Sage prompt, you can
run sage -n sagenb
in the terminal to start the legacy SageNB notebook at once.
Better still, the terminal command sage -n jupyter
will launch the Jupyter notebook.
The Jupyter notebook is single-user and won't ask for a username or password.