Skip to content

Instantly share code, notes, and snippets.

@mykappa
Created July 18, 2023 18:17
Show Gist options
  • Select an option

  • Save mykappa/a649db3607e520098a5a4c76d3bf5ba6 to your computer and use it in GitHub Desktop.

Select an option

Save mykappa/a649db3607e520098a5a4c76d3bf5ba6 to your computer and use it in GitHub Desktop.
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