Qiskit / qiskit-tutorials

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

Missing '%matplotlib inline' on several notebooks #821

Closed pedrorrivero closed 4 years ago

pedrorrivero commented 4 years ago

Informations

What is the current behavior?

Matplotlib figures do not get plotted unless local ipython configuration files contain the instruction to make matplotlib = "inline". The affected notebooks (inline required but not present) are:

Steps to reproduce the problem

Reset the ipython configuration files if necessary and run any affected notebook.

What is the expected behavior?

Figures should show up when the notebooks are run.

Suggested solutions

nonhermitian commented 4 years ago

It is technically not needed anymore on recent releases of Jupyter.

pedrorrivero commented 4 years ago

Great news! Thank you for the update. I am closing this issue then, feel free to reopen if necessary.