Davin Potts

Results 18 issues of Davin Potts

This PR adds a basic capability to create and write sheets to XLSB workbooks. Examples added to the README.md demonstrate writing data from pandas.DataFrame, numpy.ndarray, or list-of-lists to new sheets...

Greg Landrum originally wrote: We also need some way to provide variable inputs to the workflow. Is that best done: wf.set_variable_inputs(**kwargs)

enhancement

With the merging of PR #12, there is now a dependency on the `requests` module for remote workflow functionality. While the use of this popular module is very appropriate, it...

bug

knimepy should support custom mapping of `pandas.DataFrame` columns to particular KNIME types via an optional dict-like object. I further suggest that we create an example for one of these dict-like...

enhancement

As suggested in the forum (https://forum.knime.com/t/failure-to-run-workflows-with-database-connector-oracle-from-jupyter-notebook/18579), it might provide future flexibility to expose a way to manually supplement the command line that invokes KNIME's batch executor on local workflows. This...

enhancement
question

In workflows with more than a single Container Table (Output) node, it would be super helpful to have a label or other way of identifying which entry is which in...

enhancement

Per issue #14, this adds the ability to choose to asynchronously execute a `knime.Workflow`. The current api should be considered against alternatives: * current api: `execute(asynchronous=True)` returns an `AsyncJob` object...

Add support for the asynchronous launching of jobs on the remote KNIME Server such that one can choose to optionally check to see if results are available yet (the job...

enhancement

Greg comment: Figure out what we want to do about the node annotations/titles thing. This might have different answers on the server and locally.

enhancement