From df4192ae2aa5f88056e7471340de168b7d434a29 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Tue, 19 Jun 2012 21:14:15 +0200 Subject: [PATCH] Allow direct print of the notebook. this improve the current css of the print page and add css to the classical notebook with print as target to get a better print view ant the ability to directly print a notebook without going through the print view --- IPython/frontend/html/notebook/templates/notebook.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 26eb12f2d..28c6db3f1 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -19,6 +19,8 @@ window.mathjax_url = "{{mathjax_url}}"; + + {% end %}