Qiskit / qiskit-tutorials

A collection of Jupyter notebooks showing how to use the Qiskit SDK
Apache License 2.0
2.33k stars 1.29k forks source link

Made changes to improve plotting data in Qiskit tutorial #1345

Closed Guillermo-Mijares-Vilarino closed 1 year ago

Guillermo-Mijares-Vilarino commented 2 years ago

Summary

Made some changes to the Qiskit Visualizations tutorial to make it follow more closely our documentation checklist and guidelines.

Details and comments

Fixes Qiskit/qiskit-tutorials#1436

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

review-notebook-app[bot] commented 2 years ago

View / edit / reply to this conversation on ReviewNB

HuangJunye commented on 2022-07-07T08:00:09Z ----------------------------------------------------------------

Thanks for noticing this. Do you know which part of this "tutorial" requires seaborn? I wonder if it's strictly needed. If not perhaps we can modify that part to remove the dependency on seaborn


Guillermo-Mijares-Vilarino commented on 2022-07-07T09:48:01Z ----------------------------------------------------------------

It's needed for the plot_state_qsphere function. If seaborn is not installed you get the following error:

MissingOptionalLibraryError: "The 'seaborn' library is required to use 'plot_state_qsphere'. You can install it with 'pip install seaborn'."