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

Allow custom dictionaries for jupyter notebook #3353

Open
colinfang opened this issue Jun 8, 2024 · 0 comments
Open

Allow custom dictionaries for jupyter notebook #3353

colinfang opened this issue Jun 8, 2024 · 0 comments

Comments

@colinfang
Copy link

The screenshot shows the spell check from .ipynb & .py

image

It seems .ipynb ignores some default libraries loaded for python file. Hence it complains about .arange & dtype in .ipynb but not .py

Also, I tried to add custom dictionary myDict via

    "languageSettings": [
        {
            "languageId": "python",
            "dictionaries": [
                "wordsEn",
                "python",
                "data-science",
                "myDict"
            ]
        }
    ],

The setting works for .py, but not .ipynb

Have I missed anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant