Example of what is needed in sage prompt:
sage: is_sageprompt()
True
Example of what is needed in a notebook:
In an input cell: is_sagenotebook()
The output cell: True
1 | initial version |
Example of what is needed in sage prompt:
sage: is_sageprompt()
True
Example of what is needed in a notebook:
In an input cell: is_sagenotebook()
The output cell: True