1 | initial version |
From a terminal, run the command:
sage -n jupyter
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...
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...