##// END OF EJS Templates
Merge pull request #6393 from jonasc/master...
Matthias Bussonnier -
r17752:b32e6ff4 merge
parent child Browse files
Show More
@@ -291,7 +291,7 cd /usr/share : Obvious. cd -<tab> to choose from visited dirs.
291 %cd?? : See help AND source for magic %cd
291 %cd?? : See help AND source for magic %cd
292 %timeit x=10 : time the 'x=10' statement with high precision.
292 %timeit x=10 : time the 'x=10' statement with high precision.
293 %%timeit x=2**100
293 %%timeit x=2**100
294 x**100 : time 'x*100' with a setup of 'x=2**100'; setup code is not
294 x**100 : time 'x**100' with a setup of 'x=2**100'; setup code is not
295 counted. This is an example of a cell magic.
295 counted. This is an example of a cell magic.
296
296
297 System commands:
297 System commands:
General Comments 0
You need to be logged in to leave comments. Login now