diff --git a/nbconvert/exporters/html.py b/nbconvert/exporters/html.py index 2fb384c48..e7cd8ff3b 100644 --- a/nbconvert/exporters/html.py +++ b/nbconvert/exporters/html.py @@ -5,7 +5,6 @@ import base64 import json -from lxml.html.clean import clean_html import mimetypes import os from pathlib import Path diff --git a/share/jupyter/nbconvert/templates/classic/static/style.css b/share/jupyter/nbconvert/templates/classic/static/style.css index 5a9d516d1..881c1a531 100644 --- a/share/jupyter/nbconvert/templates/classic/static/style.css +++ b/share/jupyter/nbconvert/templates/classic/static/style.css @@ -9497,15 +9497,15 @@ label { } /* Flexible box model classes */ /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ -/* This file is a compatability layer. It allows the usage of flexible box +/* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see -`Modern browsers` comments below). Browsers that are known to implement this +`Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ - Internet Explorer 11+ + Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the @@ -12893,7 +12893,7 @@ div#pager .ui-resizable-handle { background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; - /* This injects handle bars (a short, wide = symbol) for + /* This injects handle bars (a short, wide = symbol) for the resize handle. */ } div#pager .ui-resizable-handle::after {