Skip to content

Instantly share code, notes, and snippets.

View spothapragada's full-sized avatar
💭
Always Be Committin'

Sriharsha Pothapragada spothapragada

💭
Always Be Committin'
View GitHub Profile

JupyterThemes

Set theme for jupyter notebooks after installing : conda install -c conda-forge jupyterthemes

jt -t monokai -f firacode -tf cardoserif -tfs 115 -nf ptsans -cellw 90% -T -N -kl

NBextensions

Install using: conda install -c conda-forge jupyter_contrib_nbextensions && jupyter contrib nbextension install

@spothapragada
spothapragada / matplotlibrc
Created December 1, 2019 05:26
Supermongo Style Matplotlib plots
# This is supermongo style matplotlib plots
# Increase the default DPI, and change the file type from png to pdf
savefig.dpi : 300
savefig.extension : pdf
# Simplify paths by removing "invisible" points, useful for reducing
# file size when plotting a large number of points
path.simplify : True