Magic functions don't seem to work from the ipdb prompt, although they are visible in the tab completion. ``` ipdb> %prun some_function() *** SyntaxError: invalid syntax (<stdin>, line 1) ```