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

OS: debian 9 Clean install on Google Cloud Platform running python notebook Ran these commands: conda create -n fastai conda activate fastai Created ~jupyter/.jupyter/jupyter_config.json with this content: $ cat ~jupyter/.jupyter/jupyter_config.json...

https://github.com/Anaconda-Platform/nb_conda_kernels/pull/184/files/2ab07d8ea234fc6944c63f12aa367a1ab16cb2c1#diff-a9435e2ee4230a2889eb27c3cdef1454 The initial error is: ``` > names = os.listdir(src) E FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/nb_conda_kernels/conda/envs/tæst_env2/share/jupyter/kernels/python3' ``` in `shutil.copytree`: ``` ../_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.6/site-packages/jupyter_client/kernelspec.py:345: in install_kernel_spec shutil.copytree(source_dir, destination) ```...

I originally mentioned this in the comments in #112. It feels like a bug (but please let me know otherwise). On my system (MacOS, `python==3.7.6`, `nb_conda_kernels==2.2.2`) my conda environments simply...

Was not being able to update to version 2.2.4 (from current version of 2.2.3) with the below command. Not sure if I am missing something basic here. `conda update -n...

This is an idea that up with trying to resolve issues like #77. The way `nb_conda_kernels` currently works is to add a configuration setting to `jupyter_notebook_config.json` that tells the `notebook`...

Is that technically possible to detect newly created Conda kernels and load it in an already running notebook? A kind of timer that would look for new kernels periodically.

In a freshly created py37 environment via conda-forge, I want to add `nb_conda_kernels`, but the install fails: ```bash $ conda install nb_conda_kernels (py37) Collecting package metadata: done Solving environment: done...

I am experimenting with using CONDA_ENVS_PATH to make various environments visible to our jupyterhub users. In the script for starting up the user's singleuser-server this variable is set and I...

Thanks for providing this plugin! The activation/deactivation scripts that can be put into `${CONDA-PREFIX}/etc/conda/{de}activate.d/` do not get triggered when I switch to a kernel in jupyterhub. We are using nb_conda_kernels-2.2.2....

https://github.com/takluyver/jupyter_kernel_mgmt/issues/32 The CondaKernelProvider support we added to `nb_conda_kernels` is unfortunately obsolete, but can be remedied! When jupyter_kernel_mgmt 0.5 is complete, we should work to implement this. This issue will organize...