PyPlot在Jupyter-lab上的问题



我开始在Jupyter实验室使用PyPlot时收到此消息,尝试了Pkg.resolve(),但它没有帮助,有人知道如何解决这个问题吗?

多谢! !

using PyPlot
┌ Info: Precompiling PyPlot [d330b81b-6aea-500a-939a-2ce795aea3ee]
└ @ Base loading.jl:1278
┌ Warning: Package FixedPointNumbers does not have Statistics in its dependencies:
│ - If you have FixedPointNumbers checked out for development and have
│   added Statistics as a dependency but haven't updated your primary
│   environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with FixedPointNumbers
└ Loading Statistics into FixedPointNumbers from project dependency, future warnings for FixedPointNumbers are suppressed.

好吧,从jupyter工作簿中运行Pkg.resolve()修复了它,我一直在尝试从REPL,因为我认为它是等效的,它没有分叉,但现在很好。

最新更新