i need call javascript function on iframe jupyter notebooks using python. how can this?
python3 has iframe object under ipython.display.iframe. unfortunately, documentation says "generic class embed iframe in ipython notebook", without more information.
i've googled , looked here on , can't find how access elements etc. contained in iframe.
my code is
frame = iframe('files/d3-json.html',750,490) frame
where files/d3-json.html html file containing boring javascript , d3 functions.