Closed jarkkojarvinen closed 5 months ago
Seems this is actually somekind of VS Code Notebook visualization issue since in terminal it is working. In terminal progress is updated in-place.
I know that Python in Jupyter is not well supported for print and updates like that.
Describe the bug Python Notebook terminal output starts to scroll horizontally and doesn't update existing output text. This started last week.
To Reproduce
And same applies to retrain function. It works similarily.
Expected behavior Notebook output text should replace previous output inplace, not insert after previous horizontally. It is quite annoying to scroll to most right to see current progress.
Screenshots
Desktop (please complete the following information):
requirements.txt installed to my venv:
Additional context NOTE: This might be related to some other Python package since this has been worked correctly earlier. This started last week. I tried to check bug reports of deepparse or mine direct deps but didnt find any relevant info. Hopefully some one had same issue and probably solved this already. And from VS Code I didn't saw any settings which helps.