We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fae18b commit b7550e3Copy full SHA for b7550e3
1 file changed
ipython_magic/datemagic.py
@@ -1,12 +1,17 @@
1
-__version__ == '1.0.0'
2
-
3
"""
+Sebastian Raschka 2014
+
4
+datemagic.py
5
+version 1.0.0
6
7
8
IPython magic function for printing basic information, such as the current date, time,
9
Python, and IPython version.
10
11
Installation:
12
%install_ext https://raw.githubusercontent.com/rasbt/python_reference/master/ipython_magic/datemagic.py
13
14
15
Usage:
16
%load_ext datemagic
17
@@ -20,6 +25,8 @@
20
25
-p, --python prints Python version
21
26
-i, --ipython prints IPython version
22
27
28
29
23
30
24
31
32
import platform
0 commit comments