Get Python Version Jupyter

[Solved] Get Python Version Jupyter | Python - Code Explorer | yomemimo.com
Question : get python version jupyter

Answered by : confused-cod-9g9i6dmg8lrk

from platform import python_version
print(python_version())

Source : https://stackoverflow.com/questions/40694528/how-to-know-which-is-running-in-jupyter-notebook | Last Update : Tue, 02 Jun 20

Question : find python version in jupyter notebook

Answered by : lazy-lyrebird-2a12ntdamvog

from platform import python_version
print(python_version())

Source : https://stackoverflow.com/questions/40694528/how-to-know-which-is-running-in-jupyter-notebook | Last Update : Fri, 15 Jan 21

Answers related to get python version jupyter

Code Explorer Popular Question For Python