jupyter notebook安装python模块
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 进行安装