gpt4 book ai didi

python - jupyter notebook 在评估 cell 后跳转

转载 作者:太空宇宙 更新时间:2023-11-04 01:03:19 25 4
gpt4 key购买 nike

在我的 Jupyter notebook 中,每次我计算页面底部的单元格时,notebook 都会跳起来隐藏部分输出。

这是一个图片示例。在这张图片中,我想评估最后一个单元格。 https://imgur.com/qzAB8Nw

评估后,屏幕跳起来,所以我看不到输出的最后一部分。 https://imgur.com/GPQjRBt

所以每次我都必须手动向上滚动才能取回 View 。这里有我可以调整的设置来消除这个问题吗?

这是来自 Jupyter 的“关于”页面的信息:

The version of the notebook server is 3.2.1-2d95975 and is running on: Python 2.7.5 |Anaconda 1.6.2 (32-bit)| (default, Jul 1 2013, 12:41:55) [MSC v.1500 32 bit (Intel)]

Current Kernel Information:

Python 2.7.5 |Anaconda 1.6.2 (32-bit)| (default, Jul 1 2013, 12:41:55) [MSC v.1500 32 bit (Intel)] Type "copyright", "credits" or "license" for more information.

IPython 3.2.1

最佳答案

您可以在最后一个 code cell 下方添加几个单元格以避免此问题。!!!

当您按 ctrl+enter 运行最后一个单元格(实际上是任何单元格)时,notebook 的 DOM 会删除现有的输出。所以浏览器清除了它下面的一些内容并向上滚动。但是 python 输出仅在几微秒后显示,因此输出仅部分可见。不知道有任何其他方法可以解决此问题。

关于python - jupyter notebook 在评估 cell 后跳转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31781937/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com