Show More
@@ -487,11 +487,11 b' class IPythonInputSplitter(InputSplitter):' | |||
|
487 | 487 | self.physical_line_transforms = physical_line_transforms |
|
488 | 488 | else: |
|
489 | 489 | self.physical_line_transforms = [ |
|
490 | cellmagic(end_on_blank_line=line_input_checker), | |
|
491 | 490 | leading_indent(), |
|
492 | 491 | classic_prompt(), |
|
493 | 492 | ipy_prompt(), |
|
494 | 493 | strip_encoding_cookie(), |
|
494 | cellmagic(end_on_blank_line=line_input_checker), | |
|
495 | 495 | ] |
|
496 | 496 | |
|
497 | 497 | self.assemble_logical_lines = assemble_logical_lines() |
General Comments 0
You need to be logged in to leave comments.
Login now