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

ipywidgets interact() has extra output #10611

Closed
amunger opened this issue Jun 28, 2022 · 1 comment
Closed

ipywidgets interact() has extra output #10611

amunger opened this issue Jun 28, 2022 · 1 comment
Assignees
Labels
triage-needed Issue needs to be triaged

Comments

@amunger
Copy link
Contributor

amunger commented Jun 28, 2022

Testing #10598

with ipywidgets installed, run this code in a cell

from ipywidgets import interact, interactive, fixed, interact_manual, IntSlider
def func1(x):
    return 5*x
    
interact(func1, x=10)

image

@github-actions github-actions bot added the triage-needed Issue needs to be triaged label Jun 28, 2022
@DonJayamanne
Copy link
Contributor

Not a bug, you get the exact same behaviour in Jupyter as well.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage-needed Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants