1config BR2_PACKAGE_PYTHON_MATPLOTLIB_INLINE
2	bool "python-matplotlib-inline"
3	select BR2_PACKAGE_PYTHON_TRAITLETS # runtime
4	help
5	  Inline Matplotlib backend for Jupyter.
6
7	  https://github.com/ipython/matplotlib-inline
8