Hi, I’m trying to encapsulate a Python View generating a matplotlib figure into a simple component which includes some configuration. In both KNIME 4 and 5 I have the following problem.
Sometimes, the placed component will work as expected and the interactive view will open a window showing the matplotlib figure. I can reset and re-execute or reopen the display and it returns perfectly. However, I can delete the component and replace it with a fresh instance and sometimes it will instead open a blank window and immediately open a save file dialog box asking me to save a HTML file. If I do, there are a few tags but the body is blank. I think I’m using the built-in browser.
Any ideas? Let me know if you want to see code but it’s quite straightfoward.
Thanks!