kylebarron / vscode-jupyter-python

Run automatically-inferred Python code blocks in the VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=kylebarron.vscode-jupyter-python
MIT License
37 stars 3 forks source link

Switching between interactive windows #10

Open oladimeji09 opened 1 year ago

oladimeji09 commented 1 year ago

@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 image