You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hence makes sense to fetch kernels as soon as extension activates
This way kernels are available (already being fetched) as soon as a notebook is opened
Things to consider:
Local vs remote
Delays displaying kernels (hence run button) when opening a notebook
The longer it takes to fetch these, the longer the Run button is hidden
If usinvg remote connection
& user opens a Python file, what will happen? will user get error about kernels?
The text was updated successfully, but these errors were encountered:
Yeah, it would be good to talk over. Having been working on fixing up tests the main cause of test breakage was the change from loading kernels at document open time to activation time. Feels right at activation time to me, but I do feel some oddness, especially for stuff like remote scenarios.
greazer
changed the title
Should jupyter extension wait until a document is opened to fetch kernels
Jupyter extension should wait until a document is opened to fetch kernels in remote scenarios
May 13, 2021
Hence makes sense to fetch kernels as soon as extension activates
This way kernels are available (already being fetched) as soon as a notebook is opened
Things to consider:
Run
button is hiddenThe text was updated successfully, but these errors were encountered: