直接在在Jupyter中安装Python第三方包

方法:在jupyter notebook中直接输入:!pip install [package]
强调:在jupyter notebook中输入命令行指令时,前面都要加上!

你可能感兴趣的:(环境配置,python,anaconda)