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
Having qiskit_backend_overview as a qiskit.tools.jupyter magic is not ideal. It creates unintuitive situations. For example, from qiskit.tools.jupyter import qiskit_backend_overview does not work. And %qiskit_backend_overview fails if no load_account() was not executed yet.
I suggest to make qiskit_backend_overview a method in the provider or just a standalone function.
Or is there any key advantage in having it as a magic?
The text was updated successfully, but these errors were encountered:
Having
qiskit_backend_overview
as aqiskit.tools.jupyter
magic is not ideal. It creates unintuitive situations. For example,from qiskit.tools.jupyter import qiskit_backend_overview
does not work. And%qiskit_backend_overview
fails if noload_account()
was not executed yet.I suggest to make
qiskit_backend_overview
a method in the provider or just a standalone function.Or is there any key advantage in having it as a magic?
The text was updated successfully, but these errors were encountered: