Show More
@@ -981,8 +981,9 b' class IPythonDirective(Directive):' | |||
|
981 | 981 | self.shell.warning_is_error = warning_is_error |
|
982 | 982 | |
|
983 | 983 | # setup bookmark for saving figures directory |
|
984 |
self.shell.process_input_line( |
|
|
985 | store_history=False) | |
|
984 | self.shell.process_input_line( | |
|
985 | 'bookmark ipy_savedir "%s"' % savefig_dir, store_history=False | |
|
986 | ) | |
|
986 | 987 | self.shell.clear_cout() |
|
987 | 988 | |
|
988 | 989 | return rgxin, rgxout, promptin, promptout |
General Comments 0
You need to be logged in to leave comments.
Login now