Commit b13b0c8 1 parent f593bb7 commit b13b0c8 Copy full SHA for b13b0c8
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
" display(pr)\n " ,
85
85
" \n " ,
86
86
" 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 " ,
88
88
" assert out.outputs[1].data[\" text/plain\" ] == \"\" "
89
89
]
90
90
},
136
136
" display(pfr)\n " ,
137
137
" \n " ,
138
138
" 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 " ,
140
140
" assert out.outputs[1].data[\" text/plain\" ] == \"\" "
141
141
]
142
142
}
Original file line number Diff line number Diff line change 108
108
" profile.to_notebook_iframe()\n " ,
109
109
" \n " ,
110
110
" 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>\" "
112
112
]
113
113
}
114
114
],
You can’t perform that action at this time.
0 commit comments