yk 坤帝 2021-02-27 22:50 采纳率: 50%
浏览 221
已采纳

请问如何在jupyter中安装python模块?

jupyter notebook安装python模块

  • 写回答

1条回答 默认 最新

  • 多鱼的夏天 2021-02-28 16:07
    关注

    jupyter notebook安装python模块和python安装模块是一样的,用pip install xxxx -i https://mirrors.aliyun.com/pypi/simple/ , -i https://mirrors.aliyun.com/pypi/simple/ 是指定国内的镜像,安装速度会比较快

    另外可以在在jupyter notebook里,使用 !pip install xxxx 进行安装

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?