jupyter-live-kernel
Installation
SKILL.md
Jupyter Live Kernel
Run notebooks, execute cells programmatically, and manage Jupyter kernels.
Setup
pip install jupyter jupyterlab nbformat nbconvert ipykernel
python -m ipykernel install --user --name myenv --display-name "My Env"
Start Jupyter
# JupyterLab (recommended)
jupyter lab --no-browser --port 8888