get python version jupyter

34

get python version jupyter -

from platform import python_version

print(python_version())

find python version in jupyter notebook -

from platform import python_version

print(python_version())

Comments

Submit
0 Comments