简体   繁体   中英

Version of scipy is not recognized in jupyter

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-5-ffbe1855cb9e> in <module>
----> 1 scipy._version_

AttributeError: module 'scipy' has no attribute '_version_'

The above message keeps on popping up if I try to find the version of scipy in jupyter notebook.

Instead of using just one underscore, use it twice

scipy.__version__

Should work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM