Skip to content

Commit e4b881f

Browse files
committed
Adds a simple 3 line code snippet using watermark to determine a running notebook's version and system information
1 parent 735111b commit e4b881f

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)