Can we have a jupyter notebook and a Python interactive window use the same kernel? #12162
Replies: 3 comments
-
For quick inspection of variables in the current notebook session, I find the variable explorer to be super helpful :) |
Beta Was this translation helpful? Give feedback.
-
I open up a terminal (in vscode or outside) and run |
Beta Was this translation helpful? Give feedback.
-
This suggestion is tracked here #4543 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I like to use Jupyter notebooks, and I also like to have a IPython console (Python interactive window in vscode) open alongside the notebook so that I can rapidly inspect variables or run snippets of code. Is it possible to open a Python interactive window in vscode and have it connect to the python kernel of a jupyter notebook that is already open inside vscode? Appreciate any ideas for workarounds!
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions