##// END OF EJS Templates
Merge pull request #5834 from takluyver/rmagic-display-fix...
Min RK -
r16705:ad534f86 merge
parent child Browse files
Show More
@@ -665,7 +665,7 b' class RMagics(Magics):'
665 self.shell.push({output:self.Rconverter(self.r(output), dataframe=True)})
665 self.shell.push({output:self.Rconverter(self.r(output), dataframe=True)})
666
666
667 for tag, disp_d in display_data:
667 for tag, disp_d in display_data:
668 publish_display_data(tag, disp_d)
668 publish_display_data(data=disp_d, source=tag)
669
669
670 # this will keep a reference to the display_data
670 # this will keep a reference to the display_data
671 # which might be useful to other objects who happen to use
671 # which might be useful to other objects who happen to use
General Comments 0
You need to be logged in to leave comments. Login now