Video thumbnail for How to Know Which Python Version Installed on Jupyter Notebook

How to Know Which Python Version Installed on Jupyter Notebook

Jul 26, 2023

code2care.org

We can know the version of Python Running on Jupyter Notebook using the sys and platform modules.
#Computers & Electronics