Show More
@@ -291,7 +291,7 b' cd /usr/share : Obvious. cd -<tab> to choose from visited dirs.' | |||
|
291 | 291 | %cd?? : See help AND source for magic %cd |
|
292 | 292 | %timeit x=10 : time the 'x=10' statement with high precision. |
|
293 | 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 | 295 | counted. This is an example of a cell magic. |
|
296 | 296 | |
|
297 | 297 | System commands: |
General Comments 0
You need to be logged in to leave comments.
Login now