Skip to content

Commit

Permalink
Merge pull request #221 from frenzymadness/patch-1
Browse files Browse the repository at this point in the history
Import CellExecutionError from nbclient, not nbconvert
  • Loading branch information
rgerkin committed Dec 19, 2023
2 parents c00b217 + 110901e commit c0ddeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sciunit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import nbformat
from IPython.display import HTML, display
from nbconvert.preprocessors import ExecutePreprocessor
from nbconvert.preprocessors.execute import CellExecutionError
from nbclient.exceptions import CellExecutionError
from quantities.dimensionality import Dimensionality
from quantities.quantity import Quantity

Expand Down

0 comments on commit c0ddeb0

Please sign in to comment.