Fix layout and add note about custom.css

This commit is contained in:
Matthias BUSSONNIER 2012-11-16 19:01:56 +01:00
parent 9c33de9102
commit a2306cff89

View File

@ -10,7 +10,10 @@
* (and should create it if it does not exist).
* It will be executed by the ipython notebook at load time.
*
* Example
* Same thing with `profile/static/css/custom.css` to inject custom css into the notebook.
*
* Example :
*
* Create a custom button in toolbar that execute `%qtconsole` in kernel
* and hence open a qtconsole attached to the same kernel as the current notebook
*