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.
Asked: 7 years ago
Seen: 1,506 times
Last updated: Oct 15 '17