Skip to content
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

Update Notebook API for the python extension side of things #15884

Merged

Conversation

IanMatthewHuff
Copy link
Member

This PR updates the same changes seen in Jupyter here: microsoft/vscode-jupyter#5418

Mostly just change out .cells for getCells(), .cells.length for cellCount, and cells[x] for cellAt(x).

@IanMatthewHuff IanMatthewHuff merged commit a5c8a36 into microsoft:main Apr 7, 2021
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/updateNotebookAPI branch April 7, 2021 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants