怎么在jupyter安装包?[jupyter使用教程]

python

jupyter安装" title="jupyter安装">jupyter安装包的方法:

在pip install -[Package]前加上一个!即可,比如想要使用pip install命令安装matplotlib包,直接在Jupyter notebook中输入:

! pip install matplotlib

就会看到In[ ]中的数字变成了 * :

In [*] !pip install matplotlib

这意味着这段代码正在运行中。稍等片刻就好啦。

相关文章教程推荐:jupyter教程

以上是 怎么在jupyter安装包?[jupyter使用教程] 的全部内容, 来源链接: utcz.com/z/525859.html

回到顶部