jupyter_ai_blablador
is a Jupyter AI module, a package
that registers additional model providers and slash commands for the Jupyter AI
extension.
- Python 3.8 - 3.12
- JupyterLab 4
To install the extension, execute:
pip install jupyter_ai_blablador
To remove the extension, execute:
pip uninstall jupyter_ai_blablador
cd jupyter-ai-blablador
pip install -e "."
pip uninstall jupyter_ai_blablador
This package uses Pytest for Python testing.
Install test dependencies (needed only once):
cd jupyter-ai-blablador
pip install -e ".[test]"
To execute them, run:
pytest -vv -r ap --cov jupyter_ai_blablador