Package Description
IPyk is a command line utility for managing locally run IPython kernels.
Installation
If you have pip installed, run:
pip install ipyk
You can also download the source tarball, unpack, and run:
python setup.py install
Usage
Start a new kernel using the default IPython profile:
ipyk -s
Start a new kernel using a specific profile:
ipyk -s my_profile
List running kernels; depending on the version of IPython you are using, the kernel JSON files may be stored in different locations:
ipyk -l 0: /run/user/1000/jupyter/kernel-12345.json
Connect to a running kernel; note that the argument is the integer listed by ipyk -l, not the process ID:
ipyk -c 0
After connecting to a running kernel, one can disconnect without killing the kernel by running quit(keep_kernel=True).
Terminate a running kernel:
ipyk -k 0
License
This software is licensed under the BSD License. See the included LICENSE.rst file for more information.
Release files for ipyk 0.1.4.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ipyk-0.1.4.2.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ipyk-0.1.4.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 10.5 kB
Release files / ipyk-0.1.4.2.tar.gz
| Download URL | ipyk-0.1.4.2.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
629a5a584d9aa3c41efb5d08d4b1ae4e238561097667886fe3ad45675a7c37d5
|
|
BLAKE2b-256 checksum How to use checksums |
4f45d93e66774e560f2c16802f36c3c81b76b8b8be231dd222e1147a90606159
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ipyk-0.1.4.2-py2.py3-none-any.whl
| Download URL | ipyk-0.1.4.2-py2.py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
74768d21d62fc91af6b3e7ff5a8e0da69965deeb543b55bc442446040acc61c8
|
|
BLAKE2b-256 checksum How to use checksums |
200c90c99b2053f596c538aa69524e302a73687df365db1ad4fe4a2f4abf7c29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |