You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SnakeViz support line and cell magics (%snakeviz, %%snakeviz) to visualize profiling of code in notebooks directly. Suppose I have a profiling output alreeady (very time-consuming to regenerate), can I use SnakeViz to visualize it in notebook directly (instead of visualizing it in browser)?
The text was updated successfully, but these errors were encountered:
Hi @dclong, that's a great question and feature idea, but not something snakeviz currently has built in. There's probably a workaround here where you use this svstatic tool to create a static HTML file of the profile and then add that to the notebook using IPython's display.HTML, or maybe an iframe loading a saved HTML file.
This is definitely something that'd be great to add to snakeviz, though.
SnakeViz support line and cell magics (%snakeviz, %%snakeviz) to visualize profiling of code in notebooks directly. Suppose I have a profiling output alreeady (very time-consuming to regenerate), can I use SnakeViz to visualize it in notebook directly (instead of visualizing it in browser)?
The text was updated successfully, but these errors were encountered: