# flytekit.tools.interactive

## Directory

### Methods

| Method | Description |
|-|-|
| [`ipython_check()`](#ipython_check) | Check if interface is launching from iPython (not colab). |

## Methods

#### ipython_check()

```python
def ipython_check()
```
Check if interface is launching from iPython (not colab)
:return is_ipython (bool): True or False

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/flytekit-sdk/packages/flytekit.tools.interactive.md
**HTML**: https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.tools.interactive/
