-
Notifications
You must be signed in to change notification settings - Fork 293
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
Native Notebook / Webview parity checklist #1231
Comments
For #12189 Use new API in renderers
For #12189 Move into separate folder for easier refactoring (separate PR)
For #12189 * The kernel information returned to VSC from kernel provider now returns a stateless class * No more validation is performed when a kernel is changed (this happens when executing code) * Cleaned up IKernel interface * Move all execution of code & managing state of cells and notebook into IKernel class Hence deleted the old ExecutionService
Just about all of this has been accounted for. If not, we'll find out through further feedback. |
|
Hi, any news on when linting will work in Jupyter notebooks running in VS Code? |
Yes, I second this question, linting in Jupyter notebooks running in VSCode is badly needed |
@DonJayamanne Any info on the prioritization of type checking/linting in notebooks? |
Hi, any info on linting in notebooks? |
This epic represents the work we need to reach parity with our current notebook and interactive window behavior such that we can turn it on for everyone.
VSCode Issues in order of priority
product
andrunCommand
on notebook renderer API vscode#103864 (comment)raw
(markdown, code & raw) https://github.com/microsoft/vscode-python/issues/7952stop
button vscode#99203GA Check list
plt.plot
aren't visible in dark mode)Breakdown
IPyWidgets (breakdown)
container.tsx
and hook up commsVariable Explorer (breakdown)
Miscellaneous
Notebook handling
Language features
The text was updated successfully, but these errors were encountered: