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
Gruvbox can apply the theme to a jupyter notebook in vscode. However, it doesn't apply a contrast to the cell block, making it hard to differentiate it from the background.
Adding a contrast to the cell block and the output block would be helpful
The text was updated successfully, but these errors were encountered:
Thanks @capt-pyro .
I'm not familiar with jupyter notebook, could you please have a code example somewhere that I can use to play around with?
Also steps by steps to get to the "cell block" view would be appreciated, such as what extensions to install, how to trigger the "cell block", etc...
Open it and view it under the default dark vscode theme. There is color difference between the input text and the output. Its slightly more evident in the below pictures.
It isn't as evident in this theme, but other themes make the contrast greater. Its a slight QOL improvement and would be much appreciated.
As of right now only Python is supported, but Microsoft is working on a new notebook api (https://code.visualstudio.com/api/extension-guides/notebook) that will support more languages, be faster and more. It can be found in the vscode-insiders version.
Gruvbox can apply the theme to a jupyter notebook in vscode. However, it doesn't apply a contrast to the cell block, making it hard to differentiate it from the background.
Adding a contrast to the cell block and the output block would be helpful
The text was updated successfully, but these errors were encountered: