Here is how I would recap Sage notebook modes and
ways to launch them (correct me if I got anything wrong).

- Jupyter Notebook

      sage -n jupyter

- JupyterLab

      sage -n jupyterlab

  note: this requires installing JuyterLab first,
  which one can do by running in the terminal

      sage --pip install jupyterlab

- SageNB legacy notebook

      sage -n sagenb

- Sage Exporter (to export legacy notebook worksheets
  to Jupyter Notebook documents):

      sage -n exporter

I think if you just run `sage -n` it will check whether
you have legacy sagenb worksheets, and if so give
you the option to run Sage Exporter or to launch a
Jupyter Notebook server.

If you know what you want, use one of the options above.

Note that instead of

    sage -n jupyter

you can also do

    sage --notebook=jupyter

and similarly for the other options.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/19b89745-fb30-4a67-9ada-9cb9eb6443eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to