- Cleanup output for kernels install for environments without ipykernels. Now only outputs `No ipykernels` if `--verbose` option passed
0.5.0
Added
- Added subcommand `uvw venv-link` to link from workon-home to local `.venv`.
0.4.0
Changed
- Now supports `--yes/--no` options. Default is to query the user to yes/no questions. Passing `--yes` will always answer yes. Passing `--no` will always answer no.
0.3.1
Fixed
- Removed warning from `uvw kernels list` and type completion.
0.3.0
Added
- Added `kernels` subcommands with: - install - install ipykernels - remove - remove jupyer kernels - list - list jupyter kernels This adds functionality to easy transition from nb_conda_kernels to using uv to manage virtual environment. - Added tests to have full coverage.