Created
July 18, 2023 18:17
-
-
Save mykappa/a649db3607e520098a5a4c76d3bf5ba6 to your computer and use it in GitHub Desktop.
Make VS Code ipywidget background transparent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %%html | |
| <style> | |
| .cell-output-ipywidget-background { | |
| background-color: transparent !important; | |
| } | |
| :root { | |
| --jp-widgets-color: var(--vscode-editor-foreground); | |
| --jp-widgets-font-size: var(--vscode-editor-font-size); | |
| } | |
| </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment