如何在jupyter notebook里查看各环境的版本信息

#请问如何在jupyter notebook中查看各环境的版本信息比如numpy,matplotlib,tensorflow还有它自己jupyter notebook呢

在jupyter notebook中查看自身版本 用命令!jupyter --version,查看其他库版本 import 库名,库名.__version__。
如有帮助,请点采纳。

参考