nb_conda_kernels
nb_conda_kernels copied to clipboard
Package for managing conda environment-based kernels inside of Jupyter
Is there a way to hide conda environments so they are *not* visible or discoverable via the notebook? A common practice is to setup one or more base conda environment...
This one took a while to figure out, and it is a border condition. When envs_dirs in .condarc contains an empty directory, conda is fine. But nb_conda_kernels (through jupyter kernelspec...
## Issue Conda environments are not being activated before the kernel is started. ## Explanation Let's say I am running jupyterlab from within and creating a notebook or console session...
Currently the name of the environment that shows up is prefixed by "conda : ...". In situations where this name shows up in a limited horizontal area, the actual name...
Based on #47, add some documentation and examples about how one might go about setting the `env_filter`. Off the top of my head, it would include: - [ ] `jupyter...
https://github.com/Anaconda-Platform/nb_conda_kernels/blob/e779b519ee8c336520fa943c4556418286b796b4/nb_conda_kernels/manager.py#L181-L182 Is it really necessary to strip the kernel display name here? When working with multiple Python versions in different envs, the display name usually contains the version number, and...
A closely related work lives here: https://github.com/Cadair/jupyter_environment_kernels They support virtualenvs (also conda but is a different way). We should mention them in the README so people using virtualenvs can achieve...
In addition to #47 (and #49), add some tests for filtering out envs. An easy one to try would be `root`. It would be interesting to see if this blacklist...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | digest | `ab5e6d0` -> `0c45773` | --- ### Configuration...