##// END OF EJS Templates
Make rmagic display call compatible with updated API...
Thomas Kluyver -
Show More
@@ -665,7 +665,7 b' class RMagics(Magics):'
665 665 self.shell.push({output:self.Rconverter(self.r(output), dataframe=True)})
666 666
667 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 670 # this will keep a reference to the display_data
671 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