| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -125,7 +125,7 @@ | |||
| 125 | 125 | ###// Useful scripts and snippets | |
| 126 | 126 | [[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] | |
| 127 | 127 | ||
| 128 | - - [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 | ||
| 128 | + - [watermark](https://github.com/rasbt/watermark) - An IPython magic extension for printing date and time stamps, version numbers, and hardware information. | ||
| 129 | 129 | ||
| 130 | 130 | - [Shell script](./useful_scripts/prepend_python_shebang.sh) for prepending Python-shebangs to .py files. | |
| 131 | 131 | ||
| Original file line number | Diff line number | Diff 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 | +  | ||
| 7 | + | ||
| 8 | + **watermark is now located and maintained in a separate GitHub repository:** [https://github.com/rasbt/watermark](https://github.com/rasbt/watermark) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "metadata": { | |
| 3 | 3 | "name": "", | |
| 4 | - "signature": "sha256:ae521d31a2ed8eb2f249825915f64611628365cb0ced53ef18be691238c0018e" | ||
| 4 | + "signature": "sha256:968e6f47972d4ab9e2ef4eef6906343257267ccf094fcae08da24fec3647743d" | ||
| 5 | 5 | }, | |
| 6 | 6 | "nbformat": 3, | |
| 7 | 7 | "nbformat_minor": 0, | |
@@ -23,6 +23,13 @@ | |||
| 23 | 23 | "<hr>" | |
| 24 | 24 | ] | |
| 25 | 25 | }, | |
| 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 | + }, | ||
| 26 | 33 | { | |
| 27 | 34 | "cell_type": "heading", | |
| 28 | 35 | "level": 1, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments