prompt.ts
1 export const DESCRIPTION = 2 'Extract and read source code from all code cells in a Jupyter notebook.' 3 export const PROMPT = `Reads a Jupyter notebook (.ipynb file) and returns all of the cells with their outputs. Jupyter notebooks are interactive documents that combine code, text, and visualizations, commonly used for data analysis and scientific computing. The notebook_path parameter must be an absolute path, not a relative path.`