Results 63 comments of rafael

Something akin to a radio button next to the `Run` button, that's red when the script is running. Maybe this should be standardized across all widgets to show running status...

Supposedly CTRL+C CTRL+V-ing in a widget copies the plot. This should be tested by someone else too.

Perhaps a 'Copy plot' button should be added to the status bar?

The biggest issue here is that you can't pick a target attribute in CSV File Import, the user needs to know to use Select Columns.

We'd like to keep CSV File Import, over File. Missing functionality: - Built-in domain editor - URLs - .xlsx (and other)

Tried the suggested solution, same error – log now reports: `ImportError: DLL load failed while importing error: The specified module could not be found.`

Bump to unstale. I believe this is a very important feature; surely we're one step closer to solving this now that pipeline callbacks are here. On that topic, does interrupting...

How about something simple like https://github.com/huggingface/diffusers/pull/1053? Alternatively, I've found the fix for my use case: raising a custom exception through the `callback` and catching it outside the `pipe()` call.

On the topic of asynchronous pipelines, what I'd like to see is a way to yield (`asyncio.sleep(0)`) at callback time. IIRC, that will implicitly allow cancelling the pipeline in an...