"- `%prun` is the python code profiler see https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-prun\n",
"- `%lprun` is a line profiler available in the [`line_profiler`](https://github.com/pyutils/line_profiler) package (more at https://github.com/pyutils/line_profiler)\n",
"- "
"- `%lprun` is a line profiler available in the [`line_profiler`](https://github.com/pyutils/line_profiler) package (more at https://github.com/pyutils/line_profiler)"
-`%prun` is the python code profiler see https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-prun
-`%lprun` is a line profiler available in the [`line_profiler`](https://github.com/pyutils/line_profiler) package (more at https://github.com/pyutils/line_profiler)