How to Know Which Python Version Installed on Jupyter Notebook

4K views Jul 26, 2023
publisher-openvideo

code2care.org

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

#Computers & Electronics