Show More
@@ -486,7 +486,9 b' class IPythonInputSplitter(InputSplitter):' | |||
|
486 | 486 | if physical_line_transforms is not None: |
|
487 | 487 | self.physical_line_transforms = physical_line_transforms |
|
488 | 488 | else: |
|
489 |
self.physical_line_transforms = [ |
|
|
489 | self.physical_line_transforms = [ | |
|
490 | cellmagic(end_on_blank_line=line_input_checker), | |
|
491 | leading_indent(), | |
|
490 | 492 | classic_prompt(), |
|
491 | 493 | ipy_prompt(), |
|
492 | 494 | strip_encoding_cookie(), |
@@ -496,7 +498,7 b' class IPythonInputSplitter(InputSplitter):' | |||
|
496 | 498 | if logical_line_transforms is not None: |
|
497 | 499 | self.logical_line_transforms = logical_line_transforms |
|
498 | 500 | else: |
|
499 |
self.logical_line_transforms = [ |
|
|
501 | self.logical_line_transforms = [ | |
|
500 | 502 | help_end(), |
|
501 | 503 | escaped_commands(), |
|
502 | 504 | assign_from_magic(), |
General Comments 0
You need to be logged in to leave comments.
Login now