Skip to content

Instantly share code, notes, and snippets.

@mykappa
Created July 18, 2023 18:17
Make VS Code ipywidget background transparent
%%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