You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: