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

Talk to Jupyter kernel/VSCode Notebook kernel to support dynamically created function. #204

Closed
thy09 opened this issue Aug 6, 2020 · 1 comment
Labels
enhancement New feature or request needs spec

Comments

@thy09
Copy link

thy09 commented Aug 6, 2020

According to the discussion in issue #117 , we know that currently pylance can only get the static information from the code.
Thus we need to get the variable status from Jupyter kernel directly in vscode-python, see the PR: microsoft/vscode-python#13259 (comment)

In long term, I believe it would be better to let Pylance talk to Jupyter kernel or VSCode notebook kernel,
thus pylance could provide better information from both static analysis and dynamic information, especially for the case that a function is dynamically created.

@github-actions github-actions bot added the triage label Aug 6, 2020
@judej judej added enhancement New feature or request needs spec labels Aug 6, 2020
@github-actions github-actions bot removed the triage label Aug 6, 2020
@jakebailey jakebailey changed the title [Feature Request] Talk to Jupyter kernel/VSCode Notebook kernel to support dynamically created function. Talk to Jupyter kernel/VSCode Notebook kernel to support dynamically created function. Feb 2, 2021
@judej
Copy link
Contributor

judej commented Mar 11, 2022

Closing stale bug. Jupyter rework is in progress.

@judej judej closed this as completed Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs spec
Projects
None yet
Development

No branches or pull requests

2 participants