desdeo_emo.utilities.IsNotebook

Module Contents

Functions

IsNotebook() → bool

Checks if the current environment is a Jupyter Notebook or a console.

desdeo_emo.utilities.IsNotebook.IsNotebook()bool[source]

Checks if the current environment is a Jupyter Notebook or a console.

Returns

True if notebook. False if console

Return type

bool