-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find source code file when running in Jupyter lab 3.3.2 #134
Comments
What is your line_profiler version ? You didn't include it in your report. |
Updated Information
|
Seems to work for me:
This is with line_profiler 3.5.0 I then upgraded my jupyter packages and got the same correct result:
Maybe try updating your versions? Although if this is an error because of IPython 7.x instead of 8.x we probably should fix it. (can't test that atm). |
@Erotemic I confused that I got error running in jupyter lab and why should it upgrade IPython at 8.x? It's ok at IPython at 7.x for me. |
Problem
Still getting this error when running
%lprun -f take_sqr take_sqr([1,2,3])
ENV
But it's ok when running in iPython.
The text was updated successfully, but these errors were encountered: