I am trying to use ProgressMeter and @showprogress in VS Code inside of a Jupyter notebook. When I do, I get many progress bars printed out in succession:
This is not what happens when I use Jupyter notebooks in the browser. There, I get one bar that fills as the task completes, so I don’t have a wall of progress that makes it annoying to scroll through. Does anybody know if there is a setting in VS Code that can fix this?
I don’t think there is, the notebook support in vs code is still under development both upstream and from the Julia side. If you want to for an issue check with both the Julia vs code extension repo and the upstream MS repo.
Does you code use some hidden println or equivalent, or returns something ? I had the same issue at some point, I have to check again how I solved this