Skip to content

Commit c0ddeb0

Browse files
authored
Merge pull request #221 from frenzymadness/patch-1
Import CellExecutionError from nbclient, not nbconvert
2 parents c00b217 + 110901e commit c0ddeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sciunit/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import nbformat
2727
from IPython.display import HTML, display
2828
from nbconvert.preprocessors import ExecutePreprocessor
29-
from nbconvert.preprocessors.execute import CellExecutionError
29+
from nbclient.exceptions import CellExecutionError
3030
from quantities.dimensionality import Dimensionality
3131
from quantities.quantity import Quantity
3232

0 commit comments

Comments
 (0)