:py:mod:`desdeo_emo.utilities.IsNotebook`
=========================================

.. py:module:: desdeo_emo.utilities.IsNotebook


Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

   desdeo_emo.utilities.IsNotebook.IsNotebook



.. py:function:: IsNotebook() -> bool

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

   :returns: True if notebook. False if console
   :rtype: bool


