{ "metadata": { "name": "", "signature": "sha256:b293f22eb716f74ec27869a5122812437e0a7f4743ddfe8c06a94c39f31c7d3e" }, "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 [-d] [-n] [-t] [-z] [-u] [-c CUSTOM_TIME] [-v] [-p PACKAGES]\n", " [-m]\n", "\n", " \n", "IPython magic function to print date/time stamps \n", "and various system information.\n", "\n", "optional arguments:\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", " -m, --machine prints system and machine info\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "