File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484 " display(pr)\n " ,
8585 " \n " ,
8686 " assert len(out.outputs) == 2\n " ,
87- " assert out.outputs[0].data[\" text/plain\" ] == \" <IPython.display.HTML object>\"\n " ,
87+ " assert out.outputs[0].data[\" text/plain\" ] == \" <IPython.core. display.HTML object>\"\n " ,
8888 " assert out.outputs[1].data[\" text/plain\" ] == \"\" "
8989 ]
9090 },
136136 " display(pfr)\n " ,
137137 " \n " ,
138138 " assert len(out.outputs) == 2\n " ,
139- " assert out.outputs[0].data[\" text/plain\" ] == \" <IPython.display.HTML object>\"\n " ,
139+ " assert out.outputs[0].data[\" text/plain\" ] == \" <IPython.core. display.HTML object>\"\n " ,
140140 " assert out.outputs[1].data[\" text/plain\" ] == \"\" "
141141 ]
142142 }
Original file line number Diff line number Diff line change 108108 " profile.to_notebook_iframe()\n " ,
109109 " \n " ,
110110 " assert len(out.outputs) == 1\n " ,
111- " assert out.outputs[0].data[\" text/plain\" ] == \" <IPython.display.HTML object>\" "
111+ " assert out.outputs[0].data[\" text/plain\" ] == \" <IPython.core. display.HTML object>\" "
112112 ]
113113 }
114114 ],
You can’t perform that action at this time.
0 commit comments