Name | ezkernel JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | A simple CLI wrapper to manage Jupyter kernels |
upload_time | 2024-03-09 20:29:59 |
maintainer | |
docs_url | None |
author | Ali Tavallaie |
requires_python | >=3.10,<4.0 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
================
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 <kernel-name> --display-name "Display Name"
Removing a Kernel
-----------------
To remove an existing Jupyter kernel, use:
.. code-block:: bash
ezkernel remove <kernel-name>
Renaming a Kernel
-----------------
To rename an existing Jupyter kernel, use:
.. code-block:: bash
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 <https://choosealicense.com/licenses/mit/>`_
Raw data
{
"_id": null,
"home_page": "",
"name": "ezkernel",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Ali Tavallaie",
"author_email": "a.tavallaie@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/47/09/6a971640605e5a91a5346064f976a6ef0e6718744bf012f77ae4ac6b7044/ezkernel-0.1.0.tar.gz",
"platform": null,
"description": "================\n ezkernel\n================\n\nezkernel is a Python library for managing Jupyter kernels. With ezkernel, you can easily add, remove, and rename Jupyter kernels directly from the command line.\n\nInstallation\n============\n\nTo install ezkernel, simply run this command in your terminal:\n\n.. code-block:: bash\n\n pip install ezkernel\n\nFeatures\n========\n\n- Add new Jupyter kernels\n- Remove existing Jupyter kernels\n- Rename Jupyter kernels\n\nUsage\n=====\n\nAdding a Kernel\n---------------\n\nTo add a new Jupyter kernel, use the following command:\n\n.. code-block:: bash\n\n ezkernel add <kernel-name> --display-name \"Display Name\"\n\nRemoving a Kernel\n-----------------\n\nTo remove an existing Jupyter kernel, use:\n\n.. code-block:: bash\n\n ezkernel remove <kernel-name>\n\nRenaming a Kernel\n-----------------\n\nTo rename an existing Jupyter kernel, use:\n\n.. code-block:: bash\n\n ezkernel rename <old-kernel-name> <new-kernel-name>\n\nContributing\n============\n\nContributions are welcome! For major changes, please open an issue first to discuss what you would like to change.\n\nLicense\n=======\n\n`MIT <https://choosealicense.com/licenses/mit/>`_\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple CLI wrapper to manage Jupyter kernels",
"version": "0.1.0",
"project_urls": {
"Documentation": "https://github.com/tavallaie/ezkernel",
"Homepage": "https://github.com/tavallaie/ezkernel",
"Repository": "https://github.com/tavallaie/ezkernel"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7a7c7463a07b1b8ba6a8a1aa5da21e8e38ad087f3f124551e5bb0ecd419367a5",
"md5": "dff6fb962e0bfab56c1e2b076f68b49a",
"sha256": "28c080ba46a50b2e0d8d834cbe239d25595b408b41833c1bff5812b0313731d8"
},
"downloads": -1,
"filename": "ezkernel-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dff6fb962e0bfab56c1e2b076f68b49a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 4417,
"upload_time": "2024-03-09T20:29:57",
"upload_time_iso_8601": "2024-03-09T20:29:57.040649Z",
"url": "https://files.pythonhosted.org/packages/7a/7c/7463a07b1b8ba6a8a1aa5da21e8e38ad087f3f124551e5bb0ecd419367a5/ezkernel-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "47096a971640605e5a91a5346064f976a6ef0e6718744bf012f77ae4ac6b7044",
"md5": "ea000fa0073efaece00485432bad3c89",
"sha256": "3f0b4ed7a370829312abacc357c6ae4dd708a3f4a4653cfb1376b0897c2857d0"
},
"downloads": -1,
"filename": "ezkernel-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ea000fa0073efaece00485432bad3c89",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 3242,
"upload_time": "2024-03-09T20:29:59",
"upload_time_iso_8601": "2024-03-09T20:29:59.271748Z",
"url": "https://files.pythonhosted.org/packages/47/09/6a971640605e5a91a5346064f976a6ef0e6718744bf012f77ae4ac6b7044/ezkernel-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-09 20:29:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tavallaie",
"github_project": "ezkernel",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ezkernel"
}