Answers for "check python version from notebook"

2

python version command notebook

import platform
print(platform.python_version())
Posted by: Guest on May-09-2020
0

find python version in jupyter notebook

from platform import python_version

print(python_version())
Posted by: Guest on January-08-2021

Code answers related to "check python version from notebook"

Python Answers by Framework

Browse Popular Code Answers by Language