We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IPython doesn't use sys.excepthook. We need to use IPython.core.interactiveshell.InteractiveShell.set_custom_exc
sys.excepthook
IPython.core.interactiveshell.InteractiveShell.set_custom_exc
The text was updated successfully, but these errors were encountered:
fix: Use correct hook for error printing inside jupyter notebooks (#324)
bfdb003
Fixes #323
chore(main): release 0.7.0 (#310)
0bd1a30
🤖 I have created a release *beep* *boop* --- ## [0.7.0](v0.6.2...v0.7.0) (2024-07-25) ### ⚠ BREAKING CHANGES * `qubit`s are now reset on allocation ### Features * `qubit`s are now reset on allocation, and `dirty_qubit` added ([#325](#325)) ([4a9e205](4a9e205)) * Allow access to struct fields and mutation of linear ones ([#295](#295)) ([6698b75](6698b75)), closes [#293](#293) * Allow redefinition of names in guppy modules ([#326](#326)) ([314409c](314409c)), closes [#307](#307) ### Bug Fixes * Use correct hook for error printing inside jupyter notebooks ([#324](#324)) ([bfdb003](bfdb003)), closes [#323](#323) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
mark-koch
Successfully merging a pull request may close this issue.
IPython doesn't use
sys.excepthook
. We need to useIPython.core.interactiveshell.InteractiveShell.set_custom_exc
The text was updated successfully, but these errors were encountered: