Skip to content

Commit

Permalink
Import CellExecutionError from nbclient, not nbconvert
Browse files Browse the repository at this point in the history
To make sciunit compatible with nbconvert 7.13.0.
  • Loading branch information
frenzymadness authored Dec 19, 2023
1 parent c00b217 commit 110901e
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 110901e

Please sign in to comment.