Provides a matplotlib
style file that fits nicely in JupyterLab if you are using the material darker theme.
- Copy
material_darker.mplstyle
into~/.matplotlib/stylelib/
(create folder if necessary). - Make sure that
~/.matplotlib/stylelib/
is listed in the output ofsys.path
(callable from ipython). - Test the notebook in the repo, or just invoke
matplotlib.pyplot.style.use('material_darker')
.