init
This commit is contained in:
commit
ec53fcbe95
1905 changed files with 513762 additions and 0 deletions
3
tools/NotebookEditTool/prompt.ts
Normal file
3
tools/NotebookEditTool/prompt.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export const DESCRIPTION =
|
||||
'Replace the contents of a specific cell in a Jupyter notebook.'
|
||||
export const PROMPT = `Completely replaces the contents of a specific cell in a Jupyter notebook (.ipynb file) with new source. 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. The cell_number is 0-indexed. Use edit_mode=insert to add a new cell at the index specified by cell_number. Use edit_mode=delete to delete the cell at the index specified by cell_number.`
|
||||
Loading…
Add table
Add a link
Reference in a new issue