whylogs.api.whylabs.session.notebook_check#

Module Contents#

Functions#

is_ipython_notebook(→ bool)

Detects whether the current environment is an IPython notebook or not.

is_ipython_terminal(→ bool)

is_interractive(→ bool)

whylogs.api.whylabs.session.notebook_check.is_ipython_notebook() bool#

Detects whether the current environment is an IPython notebook or not.

Return type

bool

whylogs.api.whylabs.session.notebook_check.is_ipython_terminal() bool#
Return type

bool

whylogs.api.whylabs.session.notebook_check.is_interractive() bool#
Return type

bool