GUI for starting local Knime workflows (on my very own laptop)

@Awiener you can run KNIME workflows from Python or Jupyter notebooks. You will have to work on the ‘communication’ between them. You might write the results into .parquet files

You could try and build a Python app with tools like Streamlit and see if you can integrate the call for KNIME in that. Although for me this sounds somewhat over engineered. Also there is this example:

2 Likes