Skip to content

Commit fb86be1

Browse files
authored
Update README.md
1 parent 9803ff8 commit fb86be1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The following metric keys can be used with `--metrics` for both direct and live
222222

223223
5. **View cell execution history**:
224224
```python
225-
%cell_history
225+
%show_cell_history
226226
```
227227

228228
Shows an interactive table of all executed cells with timestamps and durations.
@@ -338,7 +338,7 @@ The extension supports four different levels of metric collection, each providin
338338
| `%perfmonitor_stop` | Stop monitoring |
339339
| `%perfmonitor_perfreport [--cell RANGE] [--level LEVEL]` | Show performance report for specific cell range and monitoring level |
340340
| `%perfmonitor_plot [--metrics LIST] [--cell RANGE] [--level LEVEL] [--save-jpeg FILE] [--pickle FILE] [--live [INTERVAL WINDOW]]` | Interactive plot with widgets; direct plotting of selected metrics; live updating plots; optional export to JPEG or pickle |
341-
| `%cell_history` | Show execution history of all cells with interactive table |
341+
| `%show_cell_history` | Show execution history of all cells with interactive table |
342342
| `%perfmonitor_enable_perfreports` | Auto-generate reports after each cell |
343343
| `%perfmonitor_disable_perfreports` | Disable auto-reports |
344344
| `%perfmonitor_export_perfdata [--file filename] [--level LEVEL]` | Export performance data to dataframe. Export performance data to CSV if `--file` is set. |

0 commit comments

Comments
 (0)