Show More
@@ -2605,7 +2605,16 Defaulting color scheme to 'NoColor'""" | |||
|
2605 | 2605 | os.chdir(savedir) |
|
2606 | 2606 | |
|
2607 | 2607 | def magic_pwd(self, parameter_s = ''): |
|
2608 |
"""Return the current working directory path. |
|
|
2608 | """Return the current working directory path. | |
|
2609 | ||
|
2610 | Example | |
|
2611 | ------- | |
|
2612 | ||
|
2613 | :: | |
|
2614 | ||
|
2615 | In [9]: pwd | |
|
2616 | Out[9]: '/home/tsuser/sprint/ipython' | |
|
2617 | """ | |
|
2609 | 2618 | return os.getcwd() |
|
2610 | 2619 | |
|
2611 | 2620 | def magic_cd(self, parameter_s=''): |
General Comments 0
You need to be logged in to leave comments.
Login now