This commit is contained in:
Vítor Santos Costa
2018-03-18 00:44:08 +00:00
parent cc6eca6903
commit af610dc16d
12 changed files with 437 additions and 1096 deletions

View File

@@ -716,7 +716,8 @@ class YAPRun:
if linec:
self.shell.run_line_magic(magic, line)
else:
self.shell.run_cell_magic(magic, line, cell)
print(txt0[1])
self.shell.run_cell_magic(magic, line, txt0[1])
cell = ""
# Give the displayhook a reference to our ExecutionResult so it
# can fill in the output value.