September 2014
Intermediate to advanced
512 pages
12h 39m
English
In this recipe, we show how to customize the CSS in the notebook interface and in an exported HTML notebook.
You are expected to know a bit of CSS3 for this recipe. You can find many tutorials online (see the references at the end of this recipe).
You also need to download the Notebook dataset from the book's website (http://ipython-books.github.io), and extract it in the current directory.
In [1]: !ipython profile create custom_css
~/.ipython) and to the custom.css file (empty by default).In [2]: dir = !ipython locate profile custom_css dir ...
Read now
Unlock full access