我希望Jupyter能够打印所有交互式输出而不需要打印,而不仅仅是最后的结果.怎么做?
示例:
a=3 a a+1
我想展示
3 4
python ipython jupyter
ipython ×1
jupyter ×1
python ×1