All the Kernels!
A Jupyter kernel that multiplexes all the kernels you have installed.
Installation
- Download and extract the contents of this repository or clone it with
git clone https://github.com/minrk/allthekernels.git - Install with:
python3 -m pip install allthekernels
Or to do a dev install from source:
python3 -m pip install -e .
# manually install kernelspec in your environment, e.g.:
# mkdir ~/mambaforge/envs/allthekernels/share/jupyter/kernels/atk
# cp atk/kernel.json ~/mambaforge/envs/allthekernels/share/jupyter/kernels/atk
Usage
Specify which kernel a cell should use with >kernelname.
If no kernel is specified, IPython will be used.
Making a release
Anyone with push access to this repo can make a release. We use tbump to publish releases.
tbump updates version numbers and publishes the git tag of the version.
Our GitHub Actions
then build the releases and publish them to PyPI.
The steps involved:
- install tbump:
pip install tbump - tag and publish the release
tbump $NEW_VERSION.
That's it!
Release files for allthekernels 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| allthekernels-1.2.0.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| allthekernels-1.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 11.4 kB
Release files / allthekernels-1.2.0.tar.gz
| Download URL | allthekernels-1.2.0.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f91aecdf00e8474920b47fa3658590c9c66bc7783bfed05af94f3cfbcdf6940
|
|
BLAKE2b-256 checksum How to use checksums |
7931b1604b89b2f7ec4234958923471f92248079ffdf752275cd6f9d6b8225f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / allthekernels-1.2.0-py2.py3-none-any.whl
| Download URL | allthekernels-1.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c7c0a2f89829ff2dd6e5753046897b8c9661aca330ce7667c48369e7f866899a
|
|
BLAKE2b-256 checksum How to use checksums |
7f96a6e6c9db2d59e7a45326ec36012ec84ef014c87d6beec0c1412aaf8d4278
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|