A Python package for managing Python kernels
Project description
kernelutility - A Python package for managing Python kernels
Joseph P. Vantassel, Texas Advanced Computing Center - The University of Texas at Austin
About kernelutility
kernelutility was developed to allow users of the DesignSafe-CyberInfrastructure's JupyterHub to easily manage their own Python kernels, which include a dedicated Python interpreter and associated packages.
Getting Started
- Start a notebook or terminal in DesignSafe's JupyterHub. Note that you must use the latest Jupyter notebook image.
- Install kernelutility with
!pip install kernelutility
(if in notebook) orpip install kernelutility
(if in terminal). If you are in a notebook you must restart your kernel for the installation of kernelutility to be visible to Python. - Load kernelset with
from kernelutility import kernelset
. This will initialize your kernel set and reactivate any prior kernels if they are present. - Use the methods of
kernelset
to modify your available kernels. The key methods areadd
,remove
,create
, anddestroy
. See the examplekernelutility.ipynb
and the API documentation for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kernelutility-0.1.1.tar.gz
(4.0 kB
view hashes)
Built Distribution
Close
Hashes for kernelutility-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85fb4fbf3a23f611232d2a5a6464e0637a51a9bc89226451a8eb72e45e776d56 |
|
MD5 | b8bd6dbe1e02c91fe844a63165362d5d |
|
BLAKE2b-256 | d334b21b22e2a51a2a34134b501855f561618b7ca3e93e180c222a2503222e6d |