• 技术文章 >常用工具 >Jupyter

    怎么在jupyter安装包?

    yangyang2020-02-05 13:48:26原创14660

    在jupyter安装包的方法:

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

    ! pip install matplotlib

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

    In [*] !pip install matplotlib

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

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

    专题推荐:jupyter
    品易云
    上一篇:怎么找jupyter存储的路径 下一篇:怎么运行jupyter notebook?

    相关文章推荐

    • 怎么用jupyter生成画布• 怎么删除jupyter里面的kernel?• 怎么关闭jupyter notebook?

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网