-
Notifications
You must be signed in to change notification settings - Fork 295
Verify you are on the latest version of VS Code and Jupyter extension
Don Jayamanne edited this page Mar 14, 2022
·
1 revision
The following provides simple steps to verify you are on the latest version of VS Code and Jupyter extension:
- Latest version of VS Code
- Go into the menu option
Help-> Check for updates
, if there aren't any, then you are on the latest version - Or go to https://code.visualstudio.com/updates and the latest version of VS Code will be listed at the top of the page
- Go into the menu option
- Latest version of Jupyter extension
- Go into the extension panel and search for Jupyter and verify there are no updates.
- Alternatively the latest version of the Jupyter extension will have the format
YYYY.MM.xxx
whereYYYY
will be the current year andMM
will be the current month.
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension