-1
I’m creating a code to analyze the activities sent by the students of a school. The idea is to make each activity appear, one by one in my notebook and through an input I trigger other codes, according to the intended action for the activity analyzed.
It turns out, when viewed in the same cell, I can either view the PDF or the input.
My intention was to be able to visualize both things, because the answer to the input depends on the information described in the pdf.
Here is an example of what happens when I have not yet entered the input. The PDF window is normally displayed:
Already here, an example of what happens when I input the input. jupyter ignores the PDF display and jumps to the text box:
Is there any way I can display both elements in the same cell?