标签: python ipython jupyter
假设我打开一个终端(A)并通过以下方式启动ipython内核:
jupyter console
然后我打开另一个终端(B)并连接到现有内核:
jupyter console --existing
是否可以将(A和B的)所有标准输出重定向到一个终端(例如终端B)?