Created
August 11, 2015 09:55
-
-
Save kzar/4babd9ca7454f7741edf to your computer and use it in GitHub Desktop.
line_profiler Python "NameError: name 'profile' is not defined" workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import line_profiler | |
profile = line_profiler.LineProfiler() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment