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

Spinning icon not working with VS Code #3909

Open
giswqs opened this issue Apr 18, 2024 · 1 comment
Open

Spinning icon not working with VS Code #3909

giswqs opened this issue Apr 18, 2024 · 1 comment

Comments

@giswqs
Copy link
Contributor

giswqs commented Apr 18, 2024

Description

I am trying to use the spinning icon for a button. It works preferctly in Jupyter Lab, but the button would not show up in VS Code.

cc: @naschmitz @jdbcode

Reproduce

button = widgets.Button(description='Running', icon='gear spin lg')
button

Expected behavior

Works in JupyterLab
Peek 2024-04-18 13-20

Context

  • ipywidgets version: 8.1.2
  • Operating System and version: Linux
  • Browser and version: VS Code 1.88.1

image

@martinRenou
Copy link
Member

My guess is that the font-awesome version JupyterLab ships is not the same as the one used when using vscode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants