I generated a nice layout for the interactive view of my metanode results (activity clustering metanode for example). It opens in a kind of web portal where I see the results and I would like to be able to share this interactive view with others. Is this possible? And how?
Thank you very much for your reply. I think this was not exactly what I meant. I am sorry, I am still new to KNIME. My doubt was not about sharing nodes or their components but about sharing the results that come out in the interactive view.
Namely, if I prepare a interactive view with results and what to share it with a partner that does not have KNIME. How could I do it?
As this interactive view seems to be opening in a browser I thought maybe there could be a way to easily share it, so others can open just the view of the results.
no problem. Well, besides saving Interactive view as HTML and sending it to partner (i.e. someone without KNIME access) not sure of any other way. And havenât tested this one either.
Thank you once again. Yes, that is what I would like, maybe to save it as a HTML, but I canât find a way to do that. Please if you manage to do that, let me know how.
It would be very much appreciated.
Thank you!
Best,
Madalena
Hi,
it may be a bit cumbersome and not efficent, but it is possible export the interactive view and keep its interactivity, by enabling debug HTML for Interactive Views:
In KNIME, go to File>Preferences>JavaScript Views and make sure the âCreate debug HTML for JavaScript viewsâ option is enabled
In File>Preferences>KNIME GUI set the âConsole View Log Levelâ to INFO
Open your Interactive View
Look at the KNIME Console for a line starting with INFO JavaScriptViewCreator and look at the file path at the end of the line
With your operating system file navigator, copy the directory of file path in previous step to a destination of your preference.
In the copied directory, search for an HTML file whose name starts with debug and open it with your browser. The view with its interactivity should be opened in your browser, independent of KNIME
You can rename the HTML file as you prefer and share the directory.
Thank you very much. It would be great if this works but it seems like I still need a little bit more help. I did all the steps you mentioned and in the end I could find the directory and open it on the file navigator. I found the debug file and I opened it in my browser, it works great so far. However, when I move the html file somewhere else (e.g. desktop) or if I try to send it via email, then, it is not opening anymore.
I also then tried to save it on the browser (âsave asâŚâ webpage complete) but then there it looses interactivity. Is there something that can be done to avoid this?
Dear Madalena,
the âdebugâ html file has links to other files located in the directory, and it can work only when those files exist: this is the reason why sending only the html file is not sufficient.
The only way I know to share the interactive view is to share the entire directory.
Unfortunately, the size of this directory can be so large that it may be difficult to share it via email as a compressed attachment (such as zip file).