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