-
Notifications
You must be signed in to change notification settings - Fork 325
Introducing Native Notebooks
claudiaregio edited this page Feb 18, 2021
·
16 revisions
Dealing with some small experience issues? See if your issue already exists under our "papercut" label, or create a new one here: Papercut Issues for Notebooks
- To create a new notebook open the command palette (Windows: Ctrl + Shift + P, iOS: Command + Shift + P) and select the command
"Jupyter: Create New Blank Jupyter Notebook"

- Select your kernel by clicking on the kernel picker in the bottom right of the status bar or by invoking the
"Notebook: Select Notebook Kernel"
command.






Connect to a remote Jupyter server by clicking on the action in the bottom right of the status bar or by invoking the "Jupyter: Specify local or remote Jupyter server for connections"
command.

- Open the command palette (Windows: Ctrl + Shift + P, iOS: Command + Shift + P) and select "Preferences: Open Settings (JSON)"
- Add the following code to your JSON settings: "jupyter.experiments.optOutFrom": ["NativeNotebookEditor"]
- 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