{ "metadata": { "name": "", "signature": "sha256:ae521d31a2ed8eb2f249825915f64611628365cb0ced53ef18be691238c0018e" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "[Sebastian Raschka](http://sebastianraschka.com) \n", "\n", "- [Link to the GitHub Repository python_reference](https://github.com/rasbt/python_reference/)\n", "\n", "
%watermark [-a AUTHOR] [-d] [-n] [-t] [-z] [-u] [-c CUSTOM_TIME] [-v]\n", " [-p PACKAGES] [-h] [-m] [-g]\n", "\n", " \n", "IPython magic function to print date/time stamps \n", "and various system information.\n", "\n", "watermark version 1.1.0\n", "\n", "optional arguments:\n", " -a AUTHOR, --author AUTHOR\n", " prints author name\n", " -d, --date prints current date\n", " -n, --datename prints date with abbrv. day and month names\n", " -t, --time prints current time\n", " -z, --timezone appends the local time zone\n", " -u, --updated appends a string \"Last updated: \"\n", " -c CUSTOM_TIME, --custom_time CUSTOM_TIME\n", " prints a valid strftime() string\n", " -v, --python prints Python and IPython version\n", " -p PACKAGES, --packages PACKAGES\n", " prints versions of specified Python modules and\n", " packages\n", " -h, --hostname prints the host name\n", " -m, --machine prints system and machine info\n", " -g, --githash prints current Git commit hash\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "