Description
Given that
- Interactive window is a core feature in VS Code,
- and all of the code used to get the Notebook Uri for the above function is not relying on any Jupyter ext,
its simpler (for maintenance) to move this code into Python/Pylance extension.
This is one less API in Python extension.
Thoughts/Concerns ? @karthiknadig @amunger @debonte