ในการตรวจสอบว่าแบ็กเอนด์ pylab/pyplot ของ Matplotlib ทำงานแบบอินไลน์ เราสามารถใช้ get_backend() method.The method ส่งคืนชื่อของแบ็กเอนด์ปัจจุบัน
ตัวอย่าง
import matplotlib inline = matplotlib.get_backend() print("Backend: ", inline)
ผลลัพธ์
Backend: Qt5Agg