vscode
vscode copied to clipboard
Jupyter tqdm.notebooke execution bug report
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.80.0(from command code --version)
- OS Version: WSL2 Debian bullseye under Windows11 22H2
Steps to Reproduce:
- Create a Jupyter notebook in vscode
- import the tqdm progress bar component by using
from tqdm.notebook import tqdm
- Then doing something with tqdm loop
So here will be happened like below:
The tqdm bar doesn't done to training a WGAN Neural network,but the vscode cell display it done in 21min. Fortunately,i using tqdm to monitor the training progress,otherwise i would be thought my network has been finishded.
### Tasks