You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Python interop sample notebook (#2066)
This adds a Jupyter notebook sample for invoking Q# callables from
Python. I confirmed the new notebook runs in integration tests as
expected.
Remove configuration in DF chemistry sample (#2045)
This configuration was added in #1700, but it has a wrong error budget
that is not compatible with the other configuration and the sample. I
removed it again for clarity.