Visual Studio Code – Jupyter Notebook in VS Code Not Showing Output Text Correctly (Displays Only Dashes)
I am facing an issue with Jupyter Notebook in the VS Code extension. Whenever I run a cell with a print() statement, the output panel shows only dashes (---) instead of the actual text output. However, when I copy the…