Skip to content
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

Support for ipynb files #20

Open
WXZhao7 opened this issue Mar 31, 2022 · 3 comments
Open

Support for ipynb files #20

WXZhao7 opened this issue Mar 31, 2022 · 3 comments
Labels
feature-request Request for new features or functionality

Comments

@WXZhao7
Copy link

WXZhao7 commented Mar 31, 2022

Will vscode-pylint support jupyter notebook? If not, it should be disabled in jupyter notebook.
Here are some discussions:
Verifying PEP8 in iPython notebook code
Using Pylint in Ipython (Jupyter-Notebook)
image

@github-actions github-actions bot added the triage-needed Issue is not triaged. label Mar 31, 2022
@karthiknadig karthiknadig changed the title Can't work in jupyter notebook and pop many problems Support for ipynb files Mar 31, 2022
@karthiknadig
Copy link
Member

karthiknadig commented Mar 31, 2022

@WXZhao7 We do have plans to support this. But until then I agree that it should be disabled (#21).

@karthiknadig karthiknadig added feature-request Request for new features or functionality and removed triage-needed Issue is not triaged. labels Mar 31, 2022
@dciborow
Copy link
Contributor

per
https://newbedev.com/using-pylint-in-ipython-jupyter-notebook

Some rules that you might want to disable:

pointless-statement
expression-not-assigned
trailing-newlines
wrong-import-position
redefined-outer-name
invalid-name
It also appears that the maximum number of characters in a cell (before horizontal scrolling) is 116 but that might depend on other factors.

if needed, I would go as far as having a second pylintrc in the notebooks folder.

@tvatter
Copy link

tvatter commented Jan 24, 2024

Bump, any plans to support this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants