You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running of smoke test failed because run_cell in nbconvert has been added with a new argument that breaks papermill. Discussion from other developers of this issue can be also found here.
The problem can be fixed if upgrading papermill to version >1.0. However, this will lead to another issue where the method record is not available in papermill (it is deprecated).
The easiest way to resolve the issue is to fix the versions of nbconvert and papermill to the old one (nbconvert 5.5.0 and papermill 0.18.2) with which we passed the tests
Alternative may be using scrapbook for recording and reading the data in executing the notebooks.
Other Comments
The text was updated successfully, but these errors were encountered:
@miguelgfierro@gramhagen do we want to use scrapbook instead in the long-term run - it is used in NLP repo. Currently, using the fixed-versions mitigate the problem so that the testing can be passed
Description
Running of smoke test failed because
run_cell
innbconvert
has been added with a new argument that breakspapermill
. Discussion from other developers of this issue can be also found here.The problem can be fixed if upgrading
papermill
to version >1.0. However, this will lead to another issue where the methodrecord
is not available inpapermill
(it is deprecated).In which platform does it happen?
All platforms where
papermill
0.18 is used.How do we replicate the issue?
Run the smoke testing by
The following error will be generated
Expected behavior (i.e. solution)
nbconvert
andpapermill
to the old one (nbconvert
5.5.0 andpapermill
0.18.2) with which we passed the testsscrapbook
for recording and reading the data in executing the notebooks.Other Comments
The text was updated successfully, but these errors were encountered: