A Jupyter AI extension.
Project description
jupyter_ai_wekeo
jupyter_ai_wekeo 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-wekeo
Uninstall
To remove the extension, execute:
pip uninstall jupyter-ai-wekeo
Contributing
Development install
cd jupyter-ai-wekeo
pip install -e "."
Development uninstall
pip uninstall jupyter-ai-wekeo
Backend tests
This package uses Pytest for Python testing.
Install test dependencies (needed only once):
cd jupyter-ai-wekeo
pip install -e ".[test]"
To execute them, run:
pytest -vv -r ap --cov jupyter-ai-wekeo
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jupyter_ai_wekeo-0.1.0.tar.gz
(5.2 kB
view hashes)