-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
Milestone
Description
Refs: #13892
- web: @Yoyokrazy
- anyOS: @rebornix
Complexity: 3
Authors: @DonJayamanne
Pre-requisites
- VS Code Insiders
- Jupyter pre-release extension
- Setup and install Jupyter notebook or Jupyter Lab
- Start Jupyter Notebook/Jupyter Lab
See here for instructions https://github.com/microsoft/vscode-jupyter/wiki/Install-and-Setup-Jupyter-Notebook-Lab-for-Testing
Steps
- Open a notebook in VS Code Insiders
- Create a new notebook file on disc
- From the kernel picker select
Existing Jupyter Server...
- Enter the URl into the quick pick and hit enter
- Select the quick pick item
Enter the URL of the running Jupyter Server
Note: If you do not have any jupyter servers, then this option would have been selected automatically - Enter the URL of the Juptyer Server
- Now enter a friendly name for the server
- Select a kernel and verify you can now run a cell
- Reload VS Code and verify the same kernel is auto selected