You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some elements in native notebook cell seems not properly colored, such as variables, module names and module methods. While these elements are colored in normal python files. Here provide 2 screen captures, the upper one is from native notebook, the lower one is from a .py file.
They are using the same theme. Do I need to setup anything such that the coloring theme behave the same in both notebook and normal python file?
thanks.
VSCode version 1.58.2
jupyter extension: v2021.8.1013163132
The text was updated successfully, but these errors were encountered:
other color theme such as One Dark Pro, does not have the above problem. I suspect the problem is not caused by vscode nor the Jupyter extension, but the built-in color theme such as Dark +
Seems those built-in color themes don't fully support native notebook yet.
Some elements in native notebook cell seems not properly colored, such as variables, module names and module methods. While these elements are colored in normal python files. Here provide 2 screen captures, the upper one is from native notebook, the lower one is from a
.py
file.They are using the same theme. Do I need to setup anything such that the coloring theme behave the same in both notebook and normal python file?
thanks.
The text was updated successfully, but these errors were encountered: