Answers for "how to know the version of jupyter notebook on terminal"

1

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 "how to know the version of jupyter notebook on terminal"

Python Answers by Framework

Browse Popular Code Answers by Language