怎么在jupyter里安装包
在jupyter notebook中输入命令行指令时,前面都要加上“!”。
在jupyter notebook中直接输入:
!pip install [package]
例如:
!ls !pwd !touch mytext.txt
Python学习网,有大量免费的Jupyter使用教程,欢迎大家学习!
来源:PY学习网:原文地址:https://www.py.cn/article.html
在jupyter notebook中输入命令行指令时,前面都要加上“!”。
在jupyter notebook中直接输入:
!pip install [package]
例如:
!ls !pwd !touch mytext.txt
Python学习网,有大量免费的Jupyter使用教程,欢迎大家学习!
来源:PY学习网:原文地址:https://www.py.cn/article.html