watermark notice

This commit is contained in:
rasbt 2014-07-30 00:22:19 -04:00
parent 3dcb205363
commit b8ad2a5aa3
4 changed files with 17 additions and 2 deletions

View File

@ -125,7 +125,7 @@
###// Useful scripts and snippets
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
- [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
- [watermark](https://github.com/rasbt/watermark) - An IPython magic extension for printing date and time stamps, version numbers, and hardware information.
- [Shell script](./useful_scripts/prepend_python_shebang.sh) for prepending Python-shebangs to .py files.

8
ipython_magic/README.md Normal file
View File

@ -0,0 +1,8 @@
watermark
=========
An IPython magic extension for printing date and time stamps, version numbers, and hardware information
![](./images/watermark_ex1.png)
**watermark is now located and maintained in a separate GitHub repository:** [https://github.com/rasbt/watermark](https://github.com/rasbt/watermark)

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:ae521d31a2ed8eb2f249825915f64611628365cb0ced53ef18be691238c0018e"
"signature": "sha256:968e6f47972d4ab9e2ef4eef6906343257267ccf094fcae08da24fec3647743d"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -23,6 +23,13 @@
"<hr>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<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>"
]
},
{
"cell_type": "heading",
"level": 1,