Package: nbconvert / 5.4-2

Metadata

Package Version Patches format
nbconvert 5.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Require ipython 5.patch | (download)

setup.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 require ipython >= 5


0002 Disable downloading CSS from the web since we can co.patch | (download)

setup.py | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 disable downloading css from the web, since we can copy it directly
 from the notebook package instead


0003 documentation fixes.patch | (download)

docs/source/conf.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 avoid using unpackaged sphinxcontrib_github_alt for documentation
0004 privacy breaches.patch | (download)

docs/source/customizing.ipynb | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 patch away cloudflare to avoid privacy breaches
0005 get kernel name on runtime.patch | (download)

nbconvert/preprocessors/execute.py | 13 3 + 10 - 0 !
1 file changed, 3 insertions(+), 10 deletions(-)

 executepreprocessor: get kernel name when executing