Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tavallaie/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.
https://github.com/tavallaie/ezkernel
ipython-notebook juptyter notebook-jupyter
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/tavallaie/ezkernel
- Owner: tavallaie
- License: mit
- Created: 2024-03-09T13:32:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T20:27:06.000Z (9 months ago)
- Last Synced: 2024-10-12T14:43:46.841Z (about 1 month ago)
- Topics: ipython-notebook, juptyter, notebook-jupyter
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
================
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:
.. code-block:: bash
pip install ezkernel
Features
========- Add new Jupyter kernels
- Remove existing Jupyter kernels
- Rename Jupyter kernelsUsage
=====Adding a Kernel
---------------To add a new Jupyter kernel, use the following command:
.. code-block:: bash
ezkernel add --display-name "Display Name"
Removing a Kernel
-----------------To remove an existing Jupyter kernel, use:
.. code-block:: bash
ezkernel remove
Renaming a Kernel
-----------------To rename an existing Jupyter kernel, use:
.. code-block:: bash
ezkernel rename
Contributing
============Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
License
=======`MIT `_