要查看已安装的库,可以使用以下方法之一:
pip list
help("modules")
import 库名 print(库名.__version__)
这些方法可以帮助您查看已安装的库及其版本信息。