-
Notifications
You must be signed in to change notification settings - Fork 295
FAQ (Frequently Asked Questions)
The Jupyter extension is a VS Code extension designed to add a Jupyter notebook coding experience to VS Code for Python and other languages that participate in the Jupyter ecosystem. See https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter for more information.
The Jupyter notebook functionality has been built into the Python extension since 2019. In October of 2020, we separated out the notebook functionality as well as some other functionality that may be generally useful to users beyond Python so that other languages could easily create VS Code notebook experiences without needing a Python install or Python extension dependency. Therefore, while the Jupyter extension does not need the Python extension, the Python extension does make use of the Jupyter extension for some of its functionality. Other language extensions like R and Julia may in the future end up using it as well.
- 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