I've installed snakeviz into venv
. Now I'm able to load extension into jupyter notebook via %load_ext snakeviz
.
When I run it as magic in the beginning of the cell: %%snakeviz -t
it prints
*** Profile stats marshalled to file '/tmp/tmpc9sm6_a0'.
Opening SnakeViz in a new tab...
So where is this tmp
folder? I've tried to look here 'path_to_venv/lib/python3.7/site-packages/snakeviz'
but have not found it.