Show More
@@ -2773,13 +2773,6 b' class InteractiveShell(SingletonConfigurable):' | |||
|
2773 | 2773 | self.showtraceback() |
|
2774 | 2774 | warn('Unknown failure executing module: <%s>' % mod_name) |
|
2775 | 2775 | |
|
2776 | def _run_cached_cell_magic(self, magic_name, line): | |
|
2777 | """Special method to call a cell magic with the data stored in self. | |
|
2778 | """ | |
|
2779 | cell = self._current_cell_magic_body | |
|
2780 | self._current_cell_magic_body = None | |
|
2781 | return self.run_cell_magic(magic_name, line, cell) | |
|
2782 | ||
|
2783 | 2776 | def run_cell(self, raw_cell, store_history=False, silent=False, shell_futures=True): |
|
2784 | 2777 | """Run a complete IPython cell. |
|
2785 | 2778 |
General Comments 0
You need to be logged in to leave comments.
Login now