Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 kernels

Usage
=====

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 `_