dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.74k stars 1.06k forks source link

matplotlib notebook #422

Open arthuradriaens-code opened 3 years ago

arthuradriaens-code commented 3 years ago

I have implemented the ability for jupyter-themes to display matplotlib plots in theme with from jupyterthemes import jtplot jtplot.style() In my startup and this works great, however when I use the 'magic' %matplotlib notebook the plots disappears, is there a known way of fixing this? Thanks in advance