1

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>

1 Answer 1

1

To active pop in Spyder, we need to go to Preference / Graphics and enable Qt. So all Ipython interactive will be into pop up QT.

Sign up to request clarification or add additional context in comments.

2 Comments

I doubt this works in Spyder because pivottablejs requires the Jupyter notebook, as can be seen here: nicolas.kruchten.com/content/2015/09/jupyter_pivottablejs
This does not work

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.