WebLLM chat kernel for JupyterLite using @mlc-ai/web-llm.
pip install webllm-chat-kernelOr for development:
pip install -e .# Install npm dependencies (updates package-lock.json)
npm install
# Build the extension
npm run build
# Install in development mode
pip install -e .