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

Closed
wants to merge 7 commits into 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 ).

@HDembinski
Copy link
Member

@adryyan Can I close this PR in favor of your other one, which I reviewed, or do you want to integrate the comments I made in the other PR in this PR?

I only saw that you submitted similar work here after I read the other PR.

@adryyan
Copy link
Author

adryyan commented Dec 6, 2024

@HDembinski Yes, let's close this one and I'll work on the other PR.

@adryyan adryyan closed this Dec 6, 2024
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.

2 participants