Jupyer无法识别不确定性库

时间:2019-10-13 16:54:18

标签: python jupyter-notebook install

我必须解决一个使用不确定性的练习,经过一些研究后,我注意到我必须使用不确定性库,但是jupyter(我在这里练习python的地方)无法识别该库,例如,我尝试导入“从不确定性导入ufloat”,jupyter给出“ ModuleNotFoundError:没有名为“不确定性”的模块”。 我该怎么办?

1 个答案:

答案 0 :(得分:0)

您可以使用来安装软件包

conda install -c conda-forge uncertainties

如果要在某些环境中执行conda安装,则必须安装ipykernel才能在jupyter笔记本中使用该环境。通过点击此链接

https://ipython.readthedocs.io/en/stable/install/kernel_install.html