ipython#
Utils module containing useful global functions.
Functions
Check if we're in an interactive context (Notebook, GUI support) or terminal-based. |
|
Check if we're running in jupyter and having jupyter widgets extension enabled. |
|
Check if the system can support GUI. |
|
Check if we are in the google colab enviroment. |
|
Check if we are in the kaggle enviroment. |
|
Verify if widgets use is possible within the current environment. |
Classes
Progress bar for display while running suite. |