-
Notifications
You must be signed in to change notification settings - Fork 23
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
Isort cannot handle line magic in jupyter notebook #384
Comments
This is duplicate of #303 . Basically providing Jupyter Support. We recommend using |
I would still argue this is a separate issue considering the error message shows up whenever I open a notebook without explicitly making use of any of the refactor functionality. |
That is strange, would it be possible to share the logs? |
I am not sure exactly where I can find the complete logs, but this is the error message that VSCode shows in the UI.
It appears to concern a package that is bundled with isort. If you can tell me where to find the logs, I can provide them. |
Isort cannot handle line magic in jupyter notebook
For example, having a cell with
%matplotlib widget
will cause isort to return:The text was updated successfully, but these errors were encountered: