The theme in Jupyter suddenly stop working in VSC. It is working on every other python file but not in the notebook.
None one can programme with this theme.
How do I solve this problem?
The theme in Jupyter suddenly stop working in VSC. It is working on every other python file but not in the notebook.
None one can programme with this theme.
How do I solve this problem?
VSCode doesn't understand the .ipynb
file extension. It believes Python files have a .py
extension. You can adjust the file extension assignments in settings.json
:
How to make VS Code treat a file extensions as a certain language?