jupyter_ai_cborg
is a Jupyter AI module, a package
that registers custom CBorg API provider and slash commands for the Jupyter AI
extension.
This package is created using the Jupyter AI Cookiecutter.
The custom model provider, cborg, is developed in accordance with the Jupyter AI Custom Model Providers Guide.
- Python 3.8 - 3.12
- JupyterLab 4
To install the extension, execute:
cd cdm-jupyter-ai-cborg
pip install -e "."
To remove the extension, execute:
pip uninstall jupyter_ai_cborg