module ipythonhelper.notebook_exception

Inheritance diagram of pyquickhelper.ipythonhelper.notebook_exception

Short summary

module pyquickhelper.ipythonhelper.notebook_exception

Some automation helpers about notebooks

source on GitHub

Classes

class

truncated documentation

InNotebookException

Exception raises when something wrong happened in a notebook.

JupyterException

Exception raises by Jupyter.

NotebookException

Exception raises when something wrong happened with a notebook.

Documentation

Some automation helpers about notebooks

source on GitHub

exception pyquickhelper.ipythonhelper.notebook_exception.InNotebookException[source]

Bases: Exception

Exception raises when something wrong happened in a notebook.

source on GitHub

exception pyquickhelper.ipythonhelper.notebook_exception.JupyterException[source]

Bases: Exception

Exception raises by Jupyter.

source on GitHub

exception pyquickhelper.ipythonhelper.notebook_exception.NotebookException[source]

Bases: Exception

Exception raises when something wrong happened with a notebook.

source on GitHub