Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widgets does not show up correctly in VS Code #4910

Closed
hoxbro opened this issue May 22, 2023 · 2 comments · Fixed by #4923
Closed

Widgets does not show up correctly in VS Code #4910

hoxbro opened this issue May 22, 2023 · 2 comments · Fixed by #4923
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@hoxbro
Copy link
Member

hoxbro commented May 22, 2023

image

import panel as pn
pn.extension()

pn.widgets.FloatInput()

(The theme I'm using is Dark Modern)

@hoxbro hoxbro added the TRIAGE Default label for untriaged issues label May 22, 2023
@philippjfr philippjfr added type: bug Something isn't correct or isn't working and removed TRIAGE Default label for untriaged issues labels May 22, 2023
@philippjfr philippjfr added this to the v1.0.3 milestone May 22, 2023
@philippjfr
Copy link
Member

VSCode seems to inject this:

.cell-output-ipywidget-background {
    background: white !important;
}

@philippjfr
Copy link
Member

Relevant issue here: microsoft/vscode-jupyter#7161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants