From charlesreid1

Revision as of 09:59, 2 December 2017 by Admin (talk | contribs) (Created page with "Applying Base16 themes to ipython notebook via https://github.com/nsonnad/base16-ipython-notebook ==Before== 500px ==Installing== Clone...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Applying Base16 themes to ipython notebook via https://github.com/nsonnad/base16-ipython-notebook

Before

JupyterBase16 Before.png

Installing

Clone repo here: https://github.com/nsonnad/base16-ipython-notebook

Start by creating a custom profile in ipython:

ipython profile create <profile-name>

Now locate the directory containing files for that custom profile:

ipython locate profile <profile-name>

Or skip straight to it:

wget -O `ipython locate profile <profile-name>`/static/custom/custom.css https://raw.githubusercontent.com/nsonnad/base16-ipython-notebook/master/ipython-2/output/base16-ocean-dark.css