where do I get the notebook user name and password
I installed windows ubuntu, then sage, started notebook() and the notebook wants username and password. Where in the heck is that?
I installed windows ubuntu, then sage, started notebook() and the notebook wants username and password. Where in the heck is that?
notebook(reset=True) at the Sage command line, then you can enter a new password.
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-10-13 03:30:24 +0100
Seen: 1,426 times
Last updated: Oct 15 '17
SAGE server using VMware bundle
How to find if computation is in a notebook or sage prompt ?
Notebook List Object Data Storage/Retrieval? (Start/Restart)
Short Cython Example In A Notebook Cell?
how to get output in a mixed fraction?
What happens in insecure mode?
Is notebook() mutually-exclusive from "./sage -gdb" mode?
Can I pause a computation rather than aborting it? (Interrupt Command)