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( |
|
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