Skip to content

Minimal ipykernel subclass that removes a troublesome lock

Notifications You must be signed in to change notification settings

AnswerDotAI/ipyk-unlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}"]

About

Minimal ipykernel subclass that removes a troublesome lock

Resources

Stars

Watchers

Forks

Languages