kernel_push
Publish a notebook to Kaggle by providing a title and source code. Configure language, kernel type, and privacy settings.
Instructions
Push/save a notebook to Kaggle.
Args:
title: Notebook title.
text: Notebook source code.
language: Language (python, r).
kernel_type: Type (notebook, script).
is_private: Whether notebook is private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| text | Yes | ||
| language | No | python | |
| kernel_type | No | notebook | |
| is_private | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |