MCPcopy Create free account
hub / github.com/datapane/datapane / NotebookParityException

Class NotebookParityException

python-client/src/datapane/ipython/exceptions.py:17–18  ·  view source on GitHub ↗

Exception raised when IPython output cache is not in sync with the saved notebook

Source from the content-addressed store, hash-verified

15
16
17class NotebookParityException(NotebookException):
18 """Exception raised when IPython output cache is not in sync with the saved notebook"""
19
20
21class BlocksNotFoundException(NotebookException):

Callers 1

cells_to_blocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected