kernel_session_create
Create an interactive session for a Kaggle kernel by providing the owner's username and kernel slug. This starts a new session to run and modify code in the cloud.
Instructions
Create an interactive kernel session.
Args:
user_name: Kernel owner username.
kernel_slug: Kernel slug name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_name | Yes | ||
| kernel_slug | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |