VS Code Jupyter Notebook wrong output encoding executing shell command

Viewed 43

It looks like in VS code on windows 10 Jupyter notebooks use cmd.exe instead of powershell to execute shell commands (for example: !dir) and output has wrong encoding. Is there a way to change shell and encoding?

enter image description here

0 Answers
Related