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. |
|
|
Create a tqdm progress bar instance. |
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. |
|
Check whether we are in a terminal interactive shell or not. |
|
Check whether we are in a web-based interactive shell or not. |
Classes
Progress Bar Factory. |