gpt4 book ai didi

python - "InteractiveShell.ast_node_interactivity"- Jupyter notebook 给出的数据太多

转载 作者:行者123 更新时间:2023-12-05 07:14:26 31 4
gpt4 key购买 nike

我希望一个单元格的输出很少。为此,我使用:

from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"

代码运行良好,但它给了我一些不需要的数据。

Out[1]: <Figure size 2500x800 with 0 Axes>
Out[1]: <matplotlib.axes._subplots.AxesSubplot at 0x1a22e8ca50>
Out[1]: Text(0.5, 1.0, 'Przetrwanie, (0 = Zmarli / 1 = Ocaleni)')
Out[1]: [Text(0, 0.5, 'Liczba')]

我可以使用一些标志选项,例如:“全部”,'最后的','last_expr','没有任何','last_expr_or_assign'

但没有一个选项可以解决问题:/

有什么想法吗??

最佳答案

根据documentation , "last_expr"` 表示只输出最后一个表达式。也可以引用不错的article来自 https://towardsdatascience.com了解更多详情。

如果选项 InteractiveShell.ast_node_interactivity = "last_expr" 在您的情况下不起作用,请提供更多详细信息。

关于python - "InteractiveShell.ast_node_interactivity"- Jupyter notebook 给出的数据太多,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59907538/

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