microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.28k stars 289 forks source link

I created 2 docker container jupyter kernels and only one showed up on reload #12647

Open TylerLeonhardt opened 1 year ago

TylerLeonhardt commented 1 year ago

Testing microsoft/vscode#172094

image

I used @rebornix's https://marketplace.visualstudio.com/items?itemName=rebornix.vscode-jupyter-docker-stack-connect to create these containers.

Could it be because they have the same name Python (ipynb)?

TylerLeonhardt commented 1 year ago

It showed up after I ran a cell 🤔

image
TylerLeonhardt commented 1 year ago

Now I have 3 but only 2 containers:

image
rebornix commented 1 year ago

I think what @TylerLeonhardt was seeing include a few different things:

@DonJayamanne and I plan to tackle this in Feb.

DonJayamanne commented 1 year ago

@rebornix do we need to do anything here?