Closed
Description
Actionable item from: #23029
By creating Notebook Controller from the Python extension, users will be able to use interactive window and use Python without having to install Jupyter or iPython kernel. Python extension will also be able to leverage variable pane if we can also provide variable provider.
Need to figure out how to hook up with custom Python interpreter and execute user's command using the custom Python interpreter as a kernel.
- Will first need to test in separate extension before embedding into Python extension