Version Information

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.

Installation

Install the version_information package using pip:

pip install version_information

In [1]:
%load_ext version_information

In [2]:
%version_information notebook, matplotlib, numpy, pandas, scipy, sympy


Out[2]:
SoftwareVersion
Python3.5.2 64bit [GCC 5.4.0 20160609]
IPython5.1.0
OSLinux 4.4.0 34 generic x86_64 with Ubuntu 16.04 xenial
notebook4.2.2
matplotlib1.5.1
numpy1.11.1
pandas0.18.1
scipy0.18.0
sympy1.0
Tue Aug 16 18:34:29 2016 CEST

Update with

sudo pip3 install -U notebook matplotlib numpy pandas scipy sympy