如何让 jupyter notebook 始终关注最新的输出?
how to make jupyter notebook always focus on the latest output?
当我们在 jupyter notebook 中执行一个程序并且有很多打印时,jupyter 没有自动滚动到最新的输出。我必须滚动才能知道最新的输出是什么。我怎样才能让它始终显示最新的输出?
Jupyter Notebook 没有您想要的功能,您可能需要集成一些插件。在互联网上搜索你会找到你想要的。这里有一个例子检查这个 repo:
https://github.com/ipython-contrib/jupyter_contrib_nbextensions
当我们在 jupyter notebook 中执行一个程序并且有很多打印时,jupyter 没有自动滚动到最新的输出。我必须滚动才能知道最新的输出是什么。我怎样才能让它始终显示最新的输出?
Jupyter Notebook 没有您想要的功能,您可能需要集成一些插件。在互联网上搜索你会找到你想要的。这里有一个例子检查这个 repo:
https://github.com/ipython-contrib/jupyter_contrib_nbextensions