From a216b0a2bd3d4095723cd9ee39b2badcb15be23d Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Fri, 24 May 2013 09:04:55 -0700 Subject: [PATCH] Fixing path to custom.css in comment. --- IPython/frontend/html/notebook/static/custom/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/custom/custom.js b/IPython/frontend/html/notebook/static/custom/custom.js index a8506ec83..a276b2d02 100644 --- a/IPython/frontend/html/notebook/static/custom/custom.js +++ b/IPython/frontend/html/notebook/static/custom/custom.js @@ -10,7 +10,7 @@ * (and should create it if it does not exist). * It will be executed by the ipython notebook at load time. * - * Same thing with `profile/static/user/css/custom.css` to inject custom css into the notebook. + * Same thing with `profile/static/custom/custom.css` to inject custom css into the notebook. * * Example : *