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
This requires changes to the Python API. For example if we want to test that the interactive window picks up the current active interpreter if it's changed without needing to reload VS Code, we need to add the ability to invoke the Python extension's python.setInterpreter command from the Jupyter extension (i.e. make the command handler accept an optional URI or PythonEnvironment).
The text was updated successfully, but these errors were encountered:
This requires changes to the Python API. For example if we want to test that the interactive window picks up the current active interpreter if it's changed without needing to reload VS Code, we need to add the ability to invoke the Python extension's python.setInterpreter command from the Jupyter extension (i.e. make the command handler accept an optional URI or PythonEnvironment).
The text was updated successfully, but these errors were encountered: