-
## Description
### What steps will reproduce the problem?
When i make a plot of a variable using right click than plot (or the command %varexp --plot), the kernel don't stop running so i should re…
-
Thanks for adding code formatter to Spyder. I ran into some trouble in using `yapf` as the formatting provider and am looking forward to hearing your reply. Spyder is installed using `conda` on Window…
-
## Description
### What steps will reproduce the problem?
1. Create breakpoint
2. In Breakpoints widget, edit the breakpoint
3. Duplicate breakpoint is listed in Breakpoints widget
![br…
-
## Description
### What steps will reproduce the problem?
from PIL import Image
im = Image.open('file location')
Click on image in varible explorer and errors.
### Traceback
```python-traceback…
-
Here's the snippet that reproduces the bug:
```python
from tqdm import tqdm
from time import sleep
for i in tqdm(range(5), leave=False):
sleep(0.1)
print("Hello world!")
```
When u…
-
## Description
### What steps will reproduce the problem?
Spyder 4.2.5 running on Windows 10
From the file panel, select a file.
Select and click on the "Show in Folder" menu item from the right c…
-
## Description
### What steps will reproduce the problem?
Attempted to use variable explorer to edit an integer within an object from package: pymc3, class: multitrace
### Traceback
```python-tra…
-
Until recently, `.pyx` Cython files were displaying nicely in the outline pane. With the newest updates to the outline creation, this does not work anymore and the file does not get processed. Is this…
-
## Description
### What steps will reproduce the problem?
Open file. Save the file in same location path.
### Traceback
```python-traceback
File "C:\Users\kylel\Anaconda3\envs\py364\lib\site…
-
## Description
### What steps will reproduce the problem?
What steps will reproduce the problem?
The help screen does not properly display dataclass signatures. This example was taken from …