-
Notifications
You must be signed in to change notification settings - Fork 298
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
Test: Kernel communication upgrade #8024
Comments
Not sure what this means. I just installed this one: https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter. Also, after switching to the Python insiders, I eventually got this confusing message. I'm guessing this is a bug on Pylance? |
I also had a hard time with from tqdm import trange <-- This might require you import a new module into the [kernel](https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/#How-to-use-Pip-from-the-Jupyter-Notebook). What solved it was import sys
!{sys.executable} -m pip install tqdm So I've updated the test plan item steps to tell the user to do just that, instead of linking to an obscure guide about Python/Pip/Jupyter internals. |
I've annotated this step, given that Debugging while attached to a remote server is not currently supported. Overall, it's my first time trying out these ephemeral cells, this is pretty cool! 👏 |
Refs: #7675
Complexity: 4
Create Issue
We've upgraded our internal library we use for communicating with kernels in the Jupyter extension to the latest jupyter lab services API
This version of the npm module looks to be a complete rewrite so we'd like to regression test all forms of communication with jupyter kernels.
Setup steps:
Test steps: (repeat multiple times)
Interrupt
at the top of theInteractive-1
editor.File | New File ...
create a jupyter notebookTesting remote: (doesn't need to be done multiple times)
jupyter notebook
. It should output something like so:Existing
on the first quick pickThe text was updated successfully, but these errors were encountered: