ezkernel is a Python library for managing Jupyter kernels. With ezkernel, you can easily add, remove, and rename Jupyter kernels directly from the command line.
To install ezkernel, simply run this command in your terminal:
pip install ezkernel
- Add new Jupyter kernels
- Remove existing Jupyter kernels
- Rename Jupyter kernels
To add a new Jupyter kernel, use the following command:
ezkernel add <kernel-name> --display-name "Display Name"
To remove an existing Jupyter kernel, use:
ezkernel remove <kernel-name>
To rename an existing Jupyter kernel, use:
ezkernel rename <old-kernel-name> <new-kernel-name>
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.