Search the documentation
24 pages for notebookedit.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Admin
Claude Developer Platform · in the page
api/admin
…Number of successful file-edit tool calls (Edit, MultiEdit, Write, NotebookEdit) in Cowork sessions. Null, never 0, while the file-edit metrics are not enabled for this organization. - `mult…
Analytics
Claude Developer Platform · in the page
api/admin/analytics
…Number of successful file-edit tool calls (Edit, MultiEdit, Write, NotebookEdit) in Cowork sessions. Null, never 0, while the file-edit metrics are not enabled for this organization. - `mult…
Users
Claude Developer Platform · in the page
api/admin/analytics/users
…Number of successful file-edit tool calls (Edit, MultiEdit, Write, NotebookEdit) in Cowork sessions. Null, never 0, while the file-edit metrics are not enabled for this organization. - `mult…
List User Activity
Claude Developer Platform · in the page
api/admin/analytics/users/list
…Number of successful file-edit tool calls (Edit, MultiEdit, Write, NotebookEdit) in Cowork sessions. Null, never 0, while the file-edit metrics are not enabled for this organization. - `mult…
First request
Claude Developer Platform · in the page
manage-claude/claude-code-analytics-api
…ection rates for different Claude Code tools (Edit, MultiEdit, Write, NotebookEdit) * **Cost analysis:** View estimated costs and token usage broken down by Claude model * **Custom reporting:** Export…
Rewind file changes with checkpointing
Claude Code CLI · in the page
agent-sdk/file-checkpointing
…kpointing tracks file modifications made through the Write, Edit, and NotebookEdit tools during an agent session, allowing you to rewind files to any previous state. Want to try it out? Jump to the [i…
Intercept and control agent behavior with hooks
Claude Code CLI · in the page
agent-sdk/hooks
…rs with different scopes: * A pipe-separated exact list (`Write|Edit|NotebookEdit`) triggers `file_security_hook` only for file modification tools. * A regex (`^mcp__`) triggers `mcp_audit_hook` for…
Configure permissions
Claude Code CLI · in the page
agent-sdk/permissions
…es govern all built-in tools that write files, including `Write` and `NotebookEdit`; a `Write(path)` rule is never matched by the file permission checks. Use `//path` for an absolute filesystem path:…
Agent SDK reference - Python
Claude Code CLI · in the page
agent-sdk/python
…matches "count": int, # Number of files with matches } ``` ### NotebookEdit **Tool name:** `NotebookEdit` **Input:** ```python theme={null} { "notebook_path": str, # Absolute path to th…
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…GrepInput | ListMcpResourcesInput | McpInput | MonitorInput | NotebookEditInput | ProjectsInput | PushNotificationInput | ReadMcpResourceDirInput | ReadMcpResourceInput | RefreshMcpT…
Track team usage with analytics
Claude Code CLI · in the page
analytics
…pt Claude Code's code editing suggestions, including Edit, Write, and NotebookEdit tool usage * **Lines of code accepted**: total lines of code written by Claude Code that users have accepted in their…
Claude Code changelog
Claude Code CLI · in the page
changelog
…tead of looking stuck * Added a startup warning for `Write(path)`, `NotebookEdit(path)`, and `Glob(path)` permission rules — use `Edit(path)` or `Read(path)` instead * Fixed `isolation: 'worktree'…
Environment variables
Claude Code CLI · in the page
env-vars
…to enable Perforce-aware write protection. When set, Edit, Write, and NotebookEdit fail with a `p4 edit <file>` hint if the target file lacks the owner-write bit, which Perforce clears on synced files…
Error reference
Claude Code CLI · in the page
errors
…to read back, so Claude Code refuses the call before any file access. NotebookEdit isn't covered by `Read` deny rules. Before v2.1.228, the rule blocked the Edit tool only, and before v2.1.208, only a…
Hooks reference
Claude Code CLI · in the page
hooks
…s on a match anywhere in the value. `Edit.*` matches both `Edit` and `NotebookEdit`; wrap the pattern in `^` and `$`, as in `^Edit$`, when you need a whole-string match. Comma separators and the surr…
Monitoring
Claude Code CLI · in the page
monitoring-usage
…ion counter Incremented when user accepts or rejects Edit, Write, or NotebookEdit tool usage. **Attributes**: * All [standard attributes](#standard-attributes) * `tool_name`: Tool name (`"Edit"`, `…
Configure permissions
Claude Code CLI · in the page
permissions
…Read, Edit, and Write, `path` for Grep and Glob, `notebook_path` for NotebookEdit, and `url` for WebFetch. A rule like `Bash(command:rm *)` would be bypassable by a compound command, so Claude Code i…
Catch security issues as Claude writes code
Claude Code CLI · in the page
security-guidance
…-turn review diffs against | | `PostToolUse` on `Edit`, `Write`, and `NotebookEdit` | Per-edit pattern match | | `Stop`…
Customize sessions in self-hosted environments
Claude Code CLI · in the page
self-hosted-environments-configuration
…ommitted permission rules Don't put a bare `"Edit"`, `"Write"`, or `"NotebookEdit"` entry in a repository-committed `permissions.allow`. A bare file-tool rule matches the tool regardless of path, gra…
Deploy self-hosted environments to production
Claude Code CLI · in the page
self-hosted-environments-deploy
…workspace: an `additionalDirectories` entry, an `Edit`, `Write`, or `NotebookEdit` rule in `permissions.allow`, or a `sandbox.filesystem.allowWrite` or `allowRead` entry * A non-empty `env` block…
Create custom subagents
Claude Code CLI · in the page
sub-agents
…ools: `Read`, `Grep`, `Glob`, `Bash`, `PowerShell`, `Edit`, `Write`, `NotebookEdit`, `WebFetch`, `WebSearch`, `TodoWrite`, `Skill`, `ToolSearch`, `EnterWorktree`, `ExitWorktree`, `Monitor`, `TaskStop`…
Tools reference
Claude Code CLI · in the page
tools-reference
…| Yes | | `NotebookEdit` | Modifies Jupyter notebook cells. See [NotebookEdit tool behavior](#notebookedit-tool-behavior)…
Run parallel sessions with worktrees
Claude Code CLI · in the page
worktrees
…checks: * **File edits**: Claude Code blocks an `Edit`, `Write`, or `NotebookEdit` that targets a path in the main checkout. * **Command working directory**: Claude Code blocks a Bash, PowerShell, or…
Configuration reference
Claude Documentation · in the page
third-party/claude-desktop/configuration
…ude Code tool name (`Bash`, `Read`, `Write`, `Edit`, `Glob`, `Grep`, `NotebookEdit`, `WebFetch`, `WebSearch`, `Task`, `TodoWrite`, `TaskCreate`, `TaskUpdate`, `TaskGet`, `TaskList`, `TaskStop`, `Skill…