Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can simultaneously run several sessions of the Sage REPL, of the SageNB notebook, and of the Jupyter notebook.

Just open different terminal windows, and in each of them,

  • to run the Sage REPL, run sage
  • to run the SageNB notebook, run sage -n sagenb
  • to run the Jupyter notebook, run sage -n jupyter