vscode-jupyter-python
vscode-jupyter-python copied to clipboard
Switching between interactive windows
@kylebarron is it possible to have VS Code automatically switch to the corresponding interactive window when a user clicks on the python file in the editor. or when a user executes a line of code.
using the example image below.... if a user selects the "test2.py" file, the interactive window should switch to " interactive - test2.py"
for the results