We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba67241 + e4b881f commit 26949afCopy full SHA for 26949af
watermark.txt
@@ -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