py_research.reflect.env module
Utils for reflecting the Python and system environment.
- 
env_info()[source]
 
Return information about the current Python environment.
- Return type:
 
dict[str, Any]
 
- 
is_in_jupyter()[source]
 
Return whether the runtime is a Jupyter environment.
- Returns:
 
True if the runtime is a Jupyter environment, False otherwise.
 
- Return type:
 
bool