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

Minuit.interactive outside of Jupyter notebooks #1054

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

adryyan
Copy link

@adryyan adryyan commented Oct 25, 2024

I kept the PyQt6 implementation as close to the ipywidgets one as I could. I only changed the layout of the Parameters a bit, which could easily be changed to follow the layout in ipywidgets, if desired. I also added a tab to view the results of the minimization. I haven't done any extensive testing or implemented any tests (or changed the existing ones) yet, but I tried the examples in the interactive fits tutorial. All examples should work except for the CostSum because of plt.sca(ax[i]) (Issue #771 ).

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

Successfully merging this pull request may close these issues.

1 participant