0

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?

Click here to see the image from VSC WITHOUT theme

Click here to see the image from VSC WITH theme

krassowski
  • 13,598
  • 4
  • 60
  • 92

1 Answers1

0

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?

Tim Roberts
  • 48,973
  • 4
  • 21
  • 30