Skip to content

Commit

Permalink
Update episodes/profiling-functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Shephard <[email protected]>
  • Loading branch information
Robadob and ns-rse authored Mar 22, 2024
1 parent cc242b9 commit 08f33aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/profiling-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ As you hover each box, information to the left of the diagram updates specifying

## snakeviz Inside Notebooks

If you're more familiar with writing Python inside Jupyter notebooks, you might not feel comfortable using the command line for profiling. Instead, `snakeviz` can be called directly from inside notebooks, and it will automatically call `cProfile` for you.
If you're more familiar with writing Python inside Jupyter notebooks you can still use `snakeviz` directly from inside notebooks using the notebooks "magic" prefix (`%`) and it will automatically call `cProfile` for you.

First `snakeviz` must be installed and it's extension loaded.

Expand Down

0 comments on commit 08f33aa

Please sign in to comment.