Answers for "find out which python used in notebook"

8

get python version jupyter

from platform import python_version

print(python_version())
Posted by: Guest on May-26-2020

Code answers related to "find out which python used in notebook"

Python Answers by Framework

Browse Popular Code Answers by Language