-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API request - Support interactive window natively #154983
Comments
an alternative to
|
Some post-sync findings/thoughts:
|
/cc @rebornix |
#227258 would enforce the edit restrictions, but adding the more convenient API functions looks pretty tricky since notebook edits are created without any reference to a model:
and the |
Current proposed API
Notes
|
As described in #151994 extensions have to have special knowledge about the interactive window URI in order to handle things like inserting new cells and intellisense.
This issue is to:
Additionally the notebook API for the interactive window should include the input box in its list of cells.
The text was updated successfully, but these errors were encountered: