Curriculum
Course: SCIPY
Login
Text lesson

Checking SciPy Version

The version information is stored in the __version__ attribute.

Example

import scipy

print(scipy.__version__)
Note: The __version__ attribute uses two underscore characters on both sides.