Skip to content

Commit 26949af

Browse files
committed
Merge pull request #21 from willingc/magic-version
Magic version
2 parents ba67241 + e4b881f commit 26949af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

watermark.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Watermark is a project by Sebastian Rasbt (GitHub @rasbt).
2+
It's a nifty "IPython magic extension for printing date and time stamps, version numbers, and hardware information".
3+
4+
To check if our workshop's IPython notebook is running under 3.4.1, the following 3 line snippet can be pasted into a cell:
5+
%install_ext https://raw.githubusercontent.com/rasbt/watermark/master/watermark.py
6+
%load_ext watermark
7+
%watermark

0 commit comments

Comments
 (0)