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
If I try from a CMD terminal of a Win 10 OS running iPython to use dwave.inspector.show(sampleset) twice, the second attempt causes the terminal to hang and it needs to be closed (CNTR-C and closing the browser window do not end the task).
This happens for both Pegasus and Chimera graphs.
Brower: Chrome version Version 88.0.4324.182 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
Fixes
---
- Updated docs (#107, #108)
- Added Windows tests, refactored CI (#111, #112, #115)
- We now filter out non-QPU jobs during data capture to comply with the
latest dwave-cloud-client (#110)
- Fixed blocking behavior on second and subsequent calls to `show()`
(#104)
- Fixed handling of duplicate problems. Now we track (and `show()`) only
the latest problem captured for a given `problem_id` (#114)
Changes
---
- Dropped Python 3.5 support (#111)
If I try from a CMD terminal of a Win 10 OS running iPython to use
dwave.inspector.show(sampleset)
twice, the second attempt causes the terminal to hang and it needs to be closed (CNTR-C and closing the browser window do not end the task).This happens for both Pegasus and Chimera graphs.
Brower: Chrome version Version 88.0.4324.182 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: