Sunday, November 28, 2010

Check the version of numpy

NumPy is the fundamental package needed for scientific computing with Python, see link for more information. To get the version of the installed numpy package, in a Python shell (e.g., IPython), do:

import numpy numpy.version.version

~ts

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...