In [1]:
#!pip install -e git+https://github.com/rasbt/watermark#egg=watermark

In [2]:
%load_ext watermark

In [3]:
%watermark


2019-02-08T13:29:53+00:00

CPython 3.6.8
IPython 7.2.0

compiler   : GCC 5.4.0 20160609
system     : Linux
release    : 4.4.0-133-generic
machine    : x86_64
processor  : x86_64
CPU cores  : 8
interpreter: 64bit

In [4]:
import pandas
import numpy
import tensorflow
import matplotlib
import seaborn

In [5]:
%watermark --iversions


matplotlib 3.0.2
pandas     0.24.0
numpy      1.16.0
tensorflow 1.12.0
seaborn    0.9.0


In [ ]: