Kevin Bates

Results 510 comments of Kevin Bates

This appears to be due to the previous dist-info directory remaining behind following the installation of jupyter_client 7.0. I have created a pull request to detect and get past this...

Update: jupyter_client 7.0.3 contains detection and dynamic creation of the local-provisoner to address these situations: https://pypi.org/project/jupyter-client/ This issue can be closed.

First - I've just started looking at nb_conda_kernels, so I'm no expert. I am quite familiar though with kernel management (and kernelspecs) in general and was looking at this repo...

I think the Jupyter side is fine since it hits the /api/kernelspecs whenever it needs to get the set of kernels (refresh). I think lab may even use a polling...

Hmm. I just noticed something that I didn't dawn on me at the time in https://github.com/jupyter/notebook/issues/4079 and that is that `EnvironmentKernelSpecManager` is from a [different project](https://github.com/Cadair/jupyter_environment_kernels) - similar to `nb_conda_kernels`....

There are a few odd things going on. It appears you have a mixture of Lab >= 3 (which uses jupyter_server) vs notebook. I'm curious what is produced if you...

Are there other options listed in the dropdown list? This is showing the kernel option associated with your base conda environment. Is that the conda environment in which you want...

This issue was addressed in https://github.com/jupyter/jupyter_client/pull/692 and is available in jupyter_client >= 7.0.3 (7.1.0 is the current release). As noted in the PR, this oddity can happen when there are...

In taking a brief look and applying various code changes, I'm seeing a number of issues that my python skills don't know how to handle. 1. Now that providers are...

Thanks for the responses. I'm realizing that I may have gotten wrapped around the axle a bit. Since the purpose of providers is to allow custom implementations of BOTH KernelSpecManager...