Skip to content

Commit cf693bd

Browse files
authored
Merge pull request #960 from robindebois/pin-nbconvert-version
Pin nbconvert version to fix #958
2 parents 301b2da + 1b9b8ce commit cf693bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nbviewer/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ def index_notebook(self, notebook_url, notebook_contents, public=False):
5050
)
5151
else:
5252
app_log.info(
53-
"Indexing old notebook={}, public={}".format(notebook_url, public, resp)
53+
"Indexing old notebook={}, public={}".format(notebook_url, public)
5454
)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ipython
33
jupyter_client
44
jupyter_server>=0.2.0
55
markdown>=3.0,==3.1.1 # pin until we workaround #909, which is a regression in 3.2
6-
nbconvert>=5.4
6+
nbconvert>=5.4,<6.0.0 # pin to fix #958
77
nbformat>=4.2
88
newrelic!=2.80.0.60
99
pycurl

0 commit comments

Comments
 (0)