mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
config BR2_PACKAGE_PYTHON_MATPLOTLIB_INLINE
|
|
bool "python-matplotlib-inline"
|
|
select BR2_PACKAGE_PYTHON_TRAITLETS # runtime
|
|
help
|
|
Inline Matplotlib backend for Jupyter.
|
|
|
|
https://github.com/ipython/matplotlib-inline
|