I have some code to generate anIpython Iframe , it works in Jupyter, but not in Spyder. How to show the IFrame in Spyder or pop up html ?
In Spyder python, I wrote in the IPython interpreter :
from pivottablejs import pivot_ui
pivot_ui(df)
<IPython.lib.display.IFrame at 0x12a9b8d0>