Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 563 Bytes

File metadata and controls

38 lines (24 loc) · 563 Bytes

ipyk-unlock

Minimal custom ipykernel launcher that swaps in ipyk_unlock.unlock_kernel.UnlockKernel.

Run

python -m ipyku_launcher -f /path/to/connection.json

Install kernelspec

python -m ipyku_launcher install --sys-prefix

Default kernelspec name is python3-unlock (on Python 3).

Install (local)

pip install -e .

For release tooling:

pip install -e .[dev]

Use in a kernelspec

Set argv in kernel.json to:

["python", "-m", "ipyku_launcher", "-f", "{connection_file}"]