nb_conda_kernels icon indicating copy to clipboard operation
nb_conda_kernels copied to clipboard

Package for managing conda environment-based kernels inside of Jupyter

Results 48 nb_conda_kernels issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...

Hello, I've noticed an issue with Jupyter Lab finding kernels inside Conda environments using `nb_conda_kernels` on the managed notebooks on Google Cloud. Here is the start of the server logs,...

Hi All, I came across an issue where any conda environments with uppercase characters were not able to start a kernel in Jupyter. Eventually I found out that it is...

Hi, when I tried installing nb_conda_kernels using `conda install nb_conda_kernels`, I got the following outputs: ``` Collecting package metadata (current_repodata.json): done Solving environment: done ## Package Plan ## environment location:...

### Problem I use virtual environments (via conda) to manage the Python packages I have installed for different projects. I have a separate JupyterLab environment, and use [nb_conda_kernels](https://github.com/Anaconda-Platform/nb_conda_kernels) to work...

I had issues using the installation commands in the README due to my python version. Maybe they should be updated? The following worked for me in the 'base' environment (the...

When I want to change the kernel into a virtual environment through the panel and choose the prefix Python: [conda envs:xxx] one, it just can't work and print the following...

this is my proposed fix for https://github.com/Anaconda-Platform/nb_conda_kernels/issues/210

Hello, this is a problem I ran into on a multi-user jupyterhub installed on a cluster with a shared conda install, I have a working solution but I am creating...

I have been using jupyter notebook in Miniconda for over an year now. I have Python and R Kernels installed, but suddenly I cant use them. Jupyter notebooks launches, but...