ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Spinning icon not working with VS Code

Open giswqs opened this issue 1 year ago • 1 comments
trafficstars

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

giswqs avatar Apr 18 '24 17:04 giswqs

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

martinRenou avatar Apr 19 '24 11:04 martinRenou