##// END OF EJS Templates
Update example for %alias_magic (#14276)...
Matthias Bussonnier -
r28556:28fc51eb merge
parent child Browse files
Show More
@@ -124,7 +124,7 b' class BasicMagics(Magics):'
124 In [6]: %whereami
124 In [6]: %whereami
125 Out[6]: '/home/testuser'
125 Out[6]: '/home/testuser'
126
126
127 In [7]: %alias_magic h history "-p -l 30" --line
127 In [7]: %alias_magic h history -p "-l 30" --line
128 Created `%h` as an alias for `%history -l 30`.
128 Created `%h` as an alias for `%history -l 30`.
129 """
129 """
130
130
General Comments 0
You need to be logged in to leave comments. Login now