Quentin Peter
Quentin Peter
## Description ### What steps will reproduce the problem? 1. Close all files by holding ctrl+W 2. Run tmp file ### Traceback ```python-traceback Traceback (most recent call last): File "/Users/quentin/pyscripts/spyder/spyder/plugins/run/container.py",...
## Description of Changes I couldn't find a keyboard shortcut to quickly switch consoles. So I added one. * [ ] Wrote at least one-line docstrings (for any new functions)...
## Description of Changes * [ ] Wrote at least one-line docstrings (for any new functions) * [ ] Added unit test(s) covering the changes (if testable) * [ ]...
## Description of Changes * [ ] Wrote at least one-line docstrings (for any new functions) * [ ] Added unit test(s) covering the changes (if testable) * [ ]...
https://github.com/spyder-ide/spyder/pull/15372
https://github.com/spyder-ide/spyder/pull/21903
https://github.com/spyder-ide/spyder/pull/21895
spyder kernels part of https://github.com/spyder-ide/spyder/pull/20151
I am trying to use the fastprogress package but it doesn't work with spyder-kernels. ``` import fastprogress fastprogress.fastprogress.printing() ``` The issue is that `sys.stdout.isatty()` is false.
To reproduce, debug the following code line by line, pressing next on each line: ``` import pandas as pd import plotly.express as px import plotly.io as pio pio.renderers.default='svg' # this...