From dbc7266412e8f4ea930421268bcace1082a742da Mon Sep 17 00:00:00 2001 From: Thibaut Dubernet Date: Tue, 3 Sep 2019 16:52:53 +0200 Subject: [PATCH] add "https" to url of fontawesome otherwise, the url was resolved to file://... on my machine --- static/jupyter_template.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/jupyter_template.tpl b/static/jupyter_template.tpl index 0227cc8..51ce335 100755 --- a/static/jupyter_template.tpl +++ b/static/jupyter_template.tpl @@ -37,7 +37,7 @@ if( window.location.search.match( /print-pdf/gi ) ) { - + {% for css in resources.inlining.css -%}