ipython#

Utils module containing useful global functions.

Functions

is_notebook()

Check if we're in an interactive context (Notebook, GUI support) or terminal-based.

is_widgets_enabled()

Check if we're running in jupyter and having jupyter widgets extension enabled.

is_headless()

Check if the system can support GUI.

is_colab_env()

Check if we are in the google colab enviroment.

is_kaggle_env()

Check if we are in the kaggle enviroment.

is_widgets_use_possible()

Verify if widgets use is possible within the current environment.

Classes

ProgressBar

Progress bar for display while running suite.