Skip to content

FZJ-JSC/jupyter-ai-blablador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter_ai_blablador

jupyter_ai_blablador is a Jupyter AI module, a package that registers additional model providers and slash commands for the Jupyter AI extension.

Requirements

  • Python 3.8 - 3.12
  • JupyterLab 4

Install

To install the extension, execute:

pip install jupyter_ai_blablador

Uninstall

To remove the extension, execute:

pip uninstall jupyter_ai_blablador

Contributing

Development install

cd jupyter-ai-blablador
pip install -e "."

Development uninstall

pip uninstall jupyter_ai_blablador

Backend tests

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