Question about KNIME python numpy output

how about you save your array as a npy or npz to disk and reload it later. There might be some issues with more complex arrays but this should work.

Also, it should be possible to just save something as a pickle file.

kn_example_python_numpy_save.knwf (14.4 KB)

2 Likes