Source code for pyquickhelper.ipythonhelper.notebook_exception

"""
Some automation helpers about notebooks


:githublink:`%|py|5`
"""


[docs]class NotebookException(Exception): """ Exception raises when something wrong happened with a notebook. :githublink:`%|py|11` """ pass
[docs]class InNotebookException(Exception): """ Exception raises when something wrong happened in a notebook. :githublink:`%|py|19` """ pass
[docs]class JupyterException(Exception): """ Exception raises by :epkg:`Jupyter`. :githublink:`%|py|27` """ pass