vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Jupyter tqdm.notebooke execution bug report

Open ElinLiu0 opened this issue 2 years ago • 0 comments

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:

  1. Create a Jupyter notebook in vscode
  2. import the tqdm progress bar component by using
from tqdm.notebook import tqdm
  1. Then doing something with tqdm loop So here will be happened like below: image 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

ElinLiu0 avatar Jul 09 '23 03:07 ElinLiu0