Skip to content

sage worksheet doubled icons #8206

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

Open
williamstein opened this issue Feb 24, 2025 · 0 comments
Open

sage worksheet doubled icons #8206

williamstein opened this issue Feb 24, 2025 · 0 comments

Comments

@williamstein
Copy link
Contributor

  1. Open sage worksheet
  2. Open jupyter notebook
  3. Create an ipywidget
  4. Switch back to sage worksheet and all button icons are doubled.
import ipywidgets as widgets
from IPython.display import display

# Create a simple slider widget
slider = widgets.FloatSlider(value=7.5, min=0,max=10); slider
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

1 participant