I've got a moderately large amount of XML (833kb), and the browser just locks it up.
Unfortunately I can't share the XML.
I don't know if this is plausible in Jupyter, but would it be possible to stream the output to the browser ?
If I just print() the output everything works.
Using display(XML(my_xml)) the browser stops and eventually I get a firefox popup asking if I want to stop or wait for the page.
I've got a moderately large amount of XML (833kb), and the browser just locks it up.
Unfortunately I can't share the XML.
I don't know if this is plausible in Jupyter, but would it be possible to stream the output to the browser ?
If I just print() the output everything works.
Using display(XML(my_xml)) the browser stops and eventually I get a firefox popup asking if I want to stop or wait for the page.