1 | initial version |
Regarding question 2, I also recommend the User Interface Tour in the Help menu of the Jupyter notebook.
Regarding question 1, for a single user, you may list available legacy Sage notebooks:
sage --notebook=export --list
and you may export a legacy Sage notebook as a Jupyter notebook:
sage --notebook=export --ipynb=Output.ipynb admin:10
This is done automatically if one does:
sage --notebook=export
See the following help messages for more information:
sage --notebook --help
sage --notebook=export --help
Maybe this is useful for the multi-user setup, but I have no experience with such a migration.