From 106db9e57942df51e49eaa236a9caf19d9463808 Mon Sep 17 00:00:00 2001 From: Chris B Date: Fri, 12 Oct 2018 09:11:36 +0100 Subject: [PATCH] Don't use nbconvert 5.4 yet (#86) See #84 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8da558d..73be6cbc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'jupyter_client', 'ipykernel', 'nbformat', - 'nbconvert', + 'nbconvert <5.4', # see https://github.com/pyviz/nbsite/issues/84 'notebook', 'sphinx', 'beautifulsoup4',