get_notebook_path
Retrieve the complete path of a notebook by its name and location, formatted for API operations. Essential for creating scheduled jobs using the returned path.
Instructions
Find the complete path of a notebook by its name and generate the properly formatted path for API operations.
Args:
notebook_name: The name of the notebook to find (with or without .ipynb extension)
location: Where to look for the notebook - 'personal' or 'shared'
Returns:
Properly formatted path including project ID and user ID where needed
Required for:
- Creating scheduled jobs (use returned path as notebook_path parameter)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| location | Yes | ||
| notebook_name | Yes |