Setting cell-output-ipywidget-background from an anywidget #15341
Unanswered
ManonMarchand
asked this question in
Questions and Answers
Replies: 2 comments 3 replies
-
Hi @ManonMarchand, may I ask how you inspect the CSS? I also want to debug my anywidget inside VSCode, but I can't find a way to inspect the element and show the console outputs. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I've just been wrestling with this. This PR may be of interest to you: microsoft/qsharp#2120 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi here,
I'd like to create a widget with a transparent background, and followed #11423 solution. A minimal example looks like this:
Executed in a cell and with anywidget installed.
The output is a white div. And when inspecting the css I see this:
What did I do wrong?
EDIT: looks related to #7161
Beta Was this translation helpful? Give feedback.
All reactions