Skip to content

Commit b7550e3

Browse files
committed
datemagic
1 parent 6fae18b commit b7550e3

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

ipython_magic/datemagic.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
__version__ == '1.0.0'
2-
31
"""
2+
Sebastian Raschka 2014
3+
4+
datemagic.py
5+
version 1.0.0
6+
7+
48
IPython magic function for printing basic information, such as the current date, time,
59
Python, and IPython version.
610
711
Installation:
812
%install_ext https://raw.githubusercontent.com/rasbt/python_reference/master/ipython_magic/datemagic.py
913
14+
1015
Usage:
1116
%load_ext datemagic
1217
@@ -20,6 +25,8 @@
2025
-p, --python prints Python version
2126
-i, --ipython prints IPython version
2227
28+
29+
2330
"""
2431

2532
import platform

0 commit comments

Comments
 (0)