is_interactive_env#

langchain_core.utils.interactive_env.is_interactive_env() bool[source]#

Determine if running within IPython or Jupyter.

Returns:

True if running in an interactive environment, False otherwise.

Return type:

bool