Skip to content
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

Display local and remote kernels in together in the kernel picker #8778

Closed
2 tasks done
DonJayamanne opened this issue Jan 23, 2022 · 3 comments
Closed
2 tasks done

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Jan 23, 2022

Refs: #8489

Complexity: 4

Authors: @DonJayamanne

Create Issue


We now allow users to connect to local and remote jupyter servers within the same VS Code session.

Setup steps:

  1. Install some version of python
  2. Make sure you have Jupyter installed
    For non-conda environments use the command python -m pip install jupyter notebook, and for conda use the commands conda install -c conda-forge notebook
  3. Install pre-release version of Jupyter & Python extension from marketplace (it has insiders only versions)
  4. Start jupyter as follows python -m jupyter notebook
  5. Copy the url printed in the terminal output (of the form http://localhost:8888/?token=aae7097a0f2e63)

Test steps: (repeat multiple times)

  1. Create a jupyter notebook and run a Python cell against a local kernel
  2. Open the command palette and select the command Jupyter; Specify local or remote..
    • Select the option Existing & enter the URl copied earlier
  3. Go back into the notebook and select a remote kernel (the remote kernels will be categorized as (Remote) Jupyter Kernel)
  4. Attempt to run a cell against this Jupyter kernel & verify it works
@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Jan 23, 2022
@DonJayamanne DonJayamanne added testplan-item and removed bug Issue identified by VS Code Team member as probable bug labels Jan 23, 2022
@DonJayamanne DonJayamanne added this to the January 2022 milestone Jan 23, 2022
@ghost ghost assigned kimadeline and joyceerhl Jan 25, 2022
@joyceerhl
Copy link
Contributor

Install pre-release version of Jupyter & Python extension from marketplace

I see a pre-release option for the Jupyter extension, but not the Python extension. To test this with the Python extension are we supposed to just install the daily channel?
image

@joyceerhl
Copy link
Contributor

FYI, there were two Create Issue links in this TPI header. I removed the one that pointed to #8489 so that all the mentions show up linked to this TPI.

@joyceerhl joyceerhl removed their assignment Jan 25, 2022
@DonJayamanne
Copy link
Contributor Author

. To test this with the Python extension are we supposed to just install the daily channel?

Yes

@kimadeline kimadeline removed their assignment Jan 26, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants