Hi I want to come in the last step after I have poured my data in the database in the last step of the table output browser open automatically and show me output Is this possible in the program knime ?
this is my work flow :
If you want to display the results in your web browser, you could run the workflow as a Data App on KNIME Hub or Server (putting the Table View (JavaScript) node inside a component first).
If you just plan to run it in KNIME AP, what you have above is what you’ll get.
Hello @alimly13
If you work with Py from time to time , there’s a possibility to work out the table with the ‘plotly table’ library. When you show the table from KNIME, it opens your default browser as viewer.
As an example. If you open the HUB workflow that I posted; test to un-hash code line 25 in ‘Python View’ node, and make it run again.
Furthermore, you have the possibility to easily code a HTML output for your custom table:
Can’t it be done with knime analytics platform? Because I use this, it was probably because of this, it couldn’t be done, right?
Can’t it be done with knime analytics platform? Because I use this, it was probably because of this, it couldn’t be done, right?
If I install knime server, is it possible, can you give me more guidance on how to do this?