From f377abfa041151b288d7f853f0e8ca6f57b00cbb Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 27 Nov 2019 11:38:22 +0000 Subject: [PATCH] Pin nbconvert <6 for now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33eda15eb..d90729bb7 100755 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ for more information. 'jupyter_core>=4.6.0', 'jupyter_client>=5.3.4', 'nbformat', - 'nbconvert', + 'nbconvert<6', 'ipykernel', # bless IPython kernel for now 'Send2Trash', 'terminado>=0.8.1',