Very useful collection of extensions for Jupyter Notebook (not JupyterLab though): https://github.com/ipython-contrib/jupyter_contrib_nbextensions - installed on soleus, all the extensions can be activated/configured through the "Nbextensions" tab in the notebook tree view (the "file explorer").
I have written two matplotlib style files, jf.mplstyle
(default line colors based on seaborn with small modifications) and jf_cb.mplstyle
(default line colors based on recommendations for viewers with colorblindness from Nature Methods 8, 441 (2011)).
To use these, you can either (after having run import matplotlib.pyplot as plt
or %pylab inline
before)
- call
plt.style.use('https://johannesfeist.eu/misc/jf.mplstyle')
in your python notebook to use the style file you want directly from my server. - or download the file and save it into into your local matplotlib style directo