Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.42 KB

File metadata and controls

49 lines (29 loc) · 1.42 KB

jupyterlite-ai

Github Actions Status Documentation Status lite-badge

AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite.

agent.mp4

Requirements

  • JupyterLab >= 4.4.0 or Notebook >= 7.4.0

Try it in your browser

You can try the extension in your browser using JupyterLite:

lite-badge

Install

To install the extension, execute:

pip install jupyterlite-ai

To install requirements (JupyterLab, JupyterLite and Notebook):

pip install jupyterlite-ai[jupyter]

Documentation

For detailed usage instructions, including how to configure AI providers, see the documentation.

Uninstall

To remove the extension, execute:

pip uninstall jupyterlite-ai

Contributing

See CONTRIBUTING