Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 683f8a5

Browse files
committed
2 parents 87dbf3e + b8ad2a5 commit 683f8a5

File tree

5 files changed

+356
-392
lines changed

5 files changed

+356
-392
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
###// Useful scripts and snippets
128128
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
129129

130-
- [IPython magic function %watermark](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/ipython_magic/watermark.ipynb) - for printing date- and time-stamps and various system info
130+
- [watermark](https://github.com/rasbt/watermark) - An IPython magic extension for printing date and time stamps, version numbers, and hardware information.
131131

132132
- [Shell script](./useful_scripts/prepend_python_shebang.sh) for prepending Python-shebangs to .py files.
133133

ipython_magic/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
watermark
2+
=========
3+
4+
An IPython magic extension for printing date and time stamps, version numbers, and hardware information
5+
6+
![](./images/watermark_ex1.png)
7+
8+
**watermark is now located and maintained in a separate GitHub repository:** [https://github.com/rasbt/watermark](https://github.com/rasbt/watermark)
22.3 KB
Loading

ipython_magic/watermark.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:ae521d31a2ed8eb2f249825915f64611628365cb0ced53ef18be691238c0018e"
4+
"signature": "sha256:968e6f47972d4ab9e2ef4eef6906343257267ccf094fcae08da24fec3647743d"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -23,6 +23,13 @@
2323
"<hr>"
2424
]
2525
},
26+
{
27+
"cell_type": "markdown",
28+
"metadata": {},
29+
"source": [
30+
"<font color=\"red\">**watermark is now located and maintained in a separate GitHub repository:** [https://github.com/rasbt/watermark](https://github.com/rasbt/watermark)<font>"
31+
]
32+
},
2633
{
2734
"cell_type": "heading",
2835
"level": 1,

0 commit comments

Comments
 (0)