How to show the output of print() in to jupyter notebook?
In Sagemath's Jupyter Notebook, The output of print () always is showed into terminal. So for this reason, I can not get output of the functions such as graph_classes.Tree.description(). But in the anacanda's jupyter notebook for python, we can show the output of print() in jupyter notebook. How to solve the problem? Thanks.
What is your operating system, and how did you install Sage?
My operating system is MacOS 10.13.5 and My SageMage is installed by using sage-8.2-OSX_10.11.6-x86_64.app.dmg. I find that print command in jupyter notebook always output to terminal from sagemath 7.
How do you start the Jupyter Notebook?
run the following command in terminal. sage -n jupyter
What do you mean by "always output to terminal from sagemath 7"?