• JUPYTER
  • FAQ
  • View as Code
  • Python 2 Kernel
  • View on GitHub
  • Execute on Binder
  • Download Notebook
  1. version_information
  2. example.ipynb

IPython extension 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

or, alternatively, use the %install_ext IPython command (deprecated):

%install_ext http://raw.github.com/jrjohansson/version_information/master/version_information.py

Use¶

In [1]:
%load_ext version_information
In [2]:
%version_information
Out[2]:
SoftwareVersion
Python2.7.10 64bit [GCC 4.2.1 (Apple Inc. build 5577)]
IPython3.2.0
OSDarwin 14.1.0 x86_64 i386 64bit
Tue Jul 21 23:39:04 2015 JST
In [3]:
%version_information scipy, numpy, Cython, matplotlib, qutip, version_information
Out[3]:
SoftwareVersion
Python2.7.10 64bit [GCC 4.2.1 (Apple Inc. build 5577)]
IPython3.2.0
OSDarwin 14.1.0 x86_64 i386 64bit
scipy0.15.1
numpy1.9.2
Cython0.22.1
matplotlib1.4.3
qutip3.1.0
version_information1.0.3
Tue Jul 21 23:39:06 2015 JST

This website does not host notebooks, it only renders notebooks available on other websites.

Delivered by Fastly, Rendered by OVHcloud

nbviewer GitHub repository.

nbviewer version: 8b013f7

nbconvert version: 7.2.3

Rendered (Sat, 10 May 2025 17:42:02 UTC)