Change color scheme in VS Code's Jupyter Notebook
VS Code is compatible with Jupyter Notebook (.ipynb). Jupyter Notebook has a light theme, but VS Code's default theme is dark, which made it difficult to see some graph labels. The theme itself can be changed to a light color, but when coding, the dark mode is easier on the eyes and we do not want to change the overall color, so we changed the color of only the output cells to make them easier to see.
実行結果の見やすさや操作性の高さから Jupyter Notebook 派が増えているようです.