[IPython-User] Change Notebook CSS?
Matthias BUSSONNIER
bussonniermatthias@gmail....
Fri Aug 24 03:14:55 CDT 2012
Le 24 août 2012 à 01:36, G B a écrit :
> Is there a way to modify the notebook stylesheet? I'd like to emphasize the markdown cells and de-emphasize the code cells to make for a more human readable document... The config file doesn't seem to list a parameter for the stylesheet though.
Which version are you using ?
In 0.12-0.13 the easiest is to write CSS in a markdown cell.
In 0.14 you can overwrite the default css or ad your own on a per profile basis
by creating a .ipython/profile/profile_xxx/static/css/custom.css file with the rules you want inside.
--
Matthias
>
> Thanks!
> Greg
>
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
More information about the IPython-User
mailing list