Daniel Althviz Moré

Results 552 comments of Daniel Althviz Moré

So GitHub release for 6.0.2rc1 was created (https://github.com/spyder-ide/spyder/releases/tag/v6.0.2rc1) and manual testing for the improvements to the update mechanism were successful :tada: So I would say this should be closed now,...

Hi there @MekJohn thank you for the feedback! I think this something that needs to be solved over QtConsole. In fact, we are aiming to improve the behavior over https://github.com/jupyter/qtconsole/pull/616....

Quick update to say that after checking the Rich Console API, using https://github.com/jupyter/qtconsole/pull/616 and with the following example code: ```python import time from rich.console import Console from rich.progress import Progress...

Checking over Rich, maybe what is needed is to change the handling done over `_is_jupyter` to return `False`: https://github.com/Textualize/rich/blob/e9f75c9912ed25b9777bc0257853370951220b17/rich/console.py#L518-L535 That is the function that is called when nothing is passed...

Actually, since spyder-kernels uses `SpyderShell` then I think just by using QtConsole 5.6.1 things should just work when running things with Spyder. In fact, doing a quick check with Spyder...

Hi @fangohr thank you for the feedback! I haven't used pixi myselft but checking around the `pythonapp` vs `python.app` difference you spotted, maybe this behavior is related with https://github.com/ContinuumIO/anaconda-issues/issues/12188 ?...

Thank you @fangohr for the extra info! As @wolfv says then I would say this is an issue with the `python.app` package available from conda-forge (by the way thank you...

Thank you @maurosilber for the new info on how you made things work with pixi + Spyder on macOS! Maybe a new issue documenting that the IPython console is failing...

Hi @XJoshadowX thank you for the feedback! Could it be possible for you to post here a GIF or short video that shows the behavior you are experiencing to better...

Closing due to lack of response