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