coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

`rich` and Spyder don't play well together #129

Closed necaris closed 3 years ago

necaris commented 3 years ago

rich appears to detect Spyder's IPython window as a Jupyter environment, and spews lots of rich.jupyter.JupyterRenderables at the user. I wonder if people using VS Code's IPython window are going to run into this too?

FabioRosado commented 3 years ago

This will be fixed on the next release of Coiled 0.0.39. The changes done upstream to rich still cause some unexpected behaviour with Spyder, mainly the message "Starting cluster this might take a while" keeps being printed on a new line until the cluster creation is done, which isn't ideal. I would advocate for keeping our fix in place.