First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

From a terminal, run the command:

sage -n jupyter
click to hide/show revision 2
No.2 Revision

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...

click to hide/show revision 3
No.3 Revision

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...