Ask Your Question

Revision history [back]

From a terminal, run the command:

sage -n jupyter

From a terminal, run the command:

sage -n jupyter

If you must do it from the Sage command line, you can try:

 !sage -n jupyter

but i am not sure it is recommended...

From a terminal, run the command:

sage -n jupyter

If you must do it from the Sage command line, you can try:

 sage: !sage -n jupyter

or perhaps better:

sage: !$SAGE_SCRIPTS_DIR/sage-native-execute sage -n ipython

but i am not sure it is recommended...