Closed
Description
In #806, we added a note about using fig.show(method="external)
to show images in external PDF viewers, because Figure.show()
doesn't work when using a Python script.
Since #529 is merged, Figure.show()
now works the same way for Jupyter Notebooks and Python scripts.
We now can remove the Jupyter notebook notes from all the tutorials.