Use the '%version_information' IPython magic extension in a notebook to display information about which versions of dependency package that was used to run the notebook.
Install the version_information
package using pip:
pip install version_information
or, alternatively, use the %install_ext
IPython command (deprecated):
%install_ext http://raw.github.com/jrjohansson/version_information/master/version_information.py
%load_ext version_information
%version_information
%version_information scipy, numpy, Cython, matplotlib, qutip, version_information