Skip to main content

IPython local kernel management utility

Project description

Package Description

IPyk is a command line utility for managing locally run IPython kernels.

Latest Version

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

Author

See the included AUTHORS.rst file for more information.

License

This software is licensed under the BSD License. See the included LICENSE.rst file for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipyk-0.1.4.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

ipyk-0.1.4.2-py2.py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page