gpt4 book ai didi

matplotlib - Jupyterlab 内联图

转载 作者:行者123 更新时间:2023-12-03 16:29:07 31 4
gpt4 key购买 nike

下面的代码是在Jupyter Lab打开的notebook中执行的(不是Jupiter notebook),但是没有显示情节。

还有人遇到这个问题吗?您是否需要运行特殊命令才能在 Jupyter Lab 中启用内联绘图?

输入:

fig = plt.figure(figsize=(10,6),facecolor="white",dpi=100)
ax = fig.add_subplot(111)
ax.plot([1,2,3],[4,5,6])
plt.show()

输出:FigureCanvasNbAgg()

最佳答案

只需在笔记本中的某处添加 %matplotlib inline 就可以了

关于matplotlib - Jupyterlab 内联图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50048479/

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