Show More
@@ -348,9 +348,8 b" def magic_history(self, parameter_s = ''):" | |||||
348 | the given file. The file is always overwritten, though IPython asks for |
|
348 | the given file. The file is always overwritten, though IPython asks for | |
349 | confirmation first if it already exists. |
|
349 | confirmation first if it already exists. | |
350 |
|
350 | |||
351 | Example |
|
351 | Examples | |
352 | ------- |
|
352 | -------- | |
353 |
|
||||
354 | :: |
|
353 | :: | |
355 |
|
354 | |||
356 | In [6]: %hist -n 4 6 |
|
355 | In [6]: %hist -n 4 6 |
@@ -2607,9 +2607,8 b' Defaulting color scheme to \'NoColor\'"""' | |||||
2607 | def magic_pwd(self, parameter_s = ''): |
|
2607 | def magic_pwd(self, parameter_s = ''): | |
2608 | """Return the current working directory path. |
|
2608 | """Return the current working directory path. | |
2609 |
|
2609 | |||
2610 | Example |
|
2610 | Examples | |
2611 | ------- |
|
2611 | -------- | |
2612 |
|
||||
2613 | :: |
|
2612 | :: | |
2614 |
|
2613 | |||
2615 | In [9]: pwd |
|
2614 | In [9]: pwd | |
@@ -2649,9 +2648,8 b' Defaulting color scheme to \'NoColor\'"""' | |||||
2649 | Note that !cd doesn't work for this purpose because the shell where |
|
2648 | Note that !cd doesn't work for this purpose because the shell where | |
2650 | !command runs is immediately discarded after executing 'command'. |
|
2649 | !command runs is immediately discarded after executing 'command'. | |
2651 |
|
2650 | |||
2652 | Example |
|
2651 | Examples | |
2653 | -------- |
|
2652 | -------- | |
2654 |
|
||||
2655 | :: |
|
2653 | :: | |
2656 |
|
2654 | |||
2657 | In [10]: cd parent/child |
|
2655 | In [10]: cd parent/child |
General Comments 0
You need to be logged in to leave comments.
Login now