command to find "jupyter notebook version" code example
Example: find python version in jupyter notebook
from platform import python_version
print(python_version())
from platform import python_version
print(python_version())