Skip to content

Instantly share code, notes, and snippets.

View wiseaidev's full-sized avatar
🦀
Rusting!

Mahmoud wiseaidev

🦀
Rusting!
View GitHub Profile
@wiseaidev
wiseaidev / install_ipc_proxy_kernel.py
Last active June 16, 2024 08:33 — forked from SpencerPark/install_ipc_proxy_kernel.py
A little proxy kernel (and installer) that manages a wrapped kernel connected with tcp. It was designed to support the case where the server starts kernels with ipc transport but only tcp is supported (like Rust).
import argparse
import json
import os
import os.path
import shutil
import sys
from jupyter_client.kernelspec import (KernelSpec, KernelSpecManager,
NoSuchKernel)
102
1755
2075
6543
12548
496080199
0age
0mkara
0x5e5e
0xKiwi