Skip to content

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.

License

Notifications You must be signed in to change notification settings

tavallaie/ezkernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezkernel

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.

Installation

To install ezkernel, simply run this command in your terminal:

pip install ezkernel

Features

  • Add new Jupyter kernels
  • Remove existing Jupyter kernels
  • Rename Jupyter kernels

Usage

Adding a Kernel

To add a new Jupyter kernel, use the following command:

ezkernel add <kernel-name> --display-name "Display Name"

Removing a Kernel

To remove an existing Jupyter kernel, use:

ezkernel remove <kernel-name>

Renaming a Kernel

To rename an existing Jupyter kernel, use:

ezkernel rename <old-kernel-name> <new-kernel-name>

Contributing

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages