jupyter-widgets / ipywidgets

Interactive Widgets for the Jupyter Notebook
https://ipywidgets.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.14k stars 948 forks source link

Spinning icon not working with VS Code #3909

Open giswqs opened 5 months ago

giswqs commented 5 months ago

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

image

martinRenou commented 5 months ago

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