Tom Close
Tom Close
Could this be handled by adding a `labels` method that takes a dictionary of labels to add, e.g. `_Renderer.labels({'label_name': label_content})`?
Any updates on this issue? How long does an update like this usually take the Debian team to make?
I found it in the docs after @satra pointed it out but it could definitely be made more prominent (I just had a quick look then and couldn't find it...
> since this is required only for working with jupyter notebook, I would not add it to the basic requirements. However, we could perhaps add additional mode of installation "jupyter"....
Python version: 3.9.5
I just exported it to a normal script and got the same error so it isn't Jupyter specific. Does the serial option use asyncio?
Are you able to reproduce this error @djarecka? I just tried running the exported workbook with the `cf` plugin and got a different error (one that I had thought was...
After a bit more investigation it seems that the following method of the `Worker` base class https://github.com/nipype/pydra/blob/eb70454de653c89d679a5396d6f8bce8258473a4/pydra/engine/workers.py#L35-L59 should be overridden in the SerialWorker class. Can it just return an empty...
I'm really liking a lot of things about Pydra but I feel like I'm still a little way off understanding all its limitations. Apart from toolkit task interface coverage, the...
I was thinking that there could be validation function that runs just before a workflow is executed, which steps through the nodes and does some basic checks of types and...