Answers for "how to check version of a package in jupyter"

10

check package version jupyter python

import packagename
print(packagename.__version__)
Posted by: Guest on April-18-2020

Code answers related to "how to check version of a package in jupyter"

Python Answers by Framework

Browse Popular Code Answers by Language