A JupyterLab extension to get AI code completions with Codeium
Project description
jupyterlab-codeium
JupyterLab extension to get AI code completions with Codeium.
https://github.com/jtpio/jupyterlab-codeium/assets/591645/7ec0a6fa-9c51-49a8-89b4-77b431f4bda9
[!WARNING] This extension is still very much experimental. It is not an official Codeium extension.
✨ Try it in your browser ✨
- Follow the instructions in the Usage section to get your API key.
- Open https://jtpio.github.io/jupyterlab-codeium in your browser
Requirements
- JupyterLab >= 4.1.0
[!NOTE] This extension is also compatible with JupyterLite >= 0.3.0
Install
To install the extension, execute:
pip install jupyterlab-codeium
Usage
[!WARNING] Setting up the extension requires a Codeium API key. This part might still be challenging as retrieving the key requires a few manual steps at the moment. This might later be improved by providing a better auth flow.
- Go to the Codeium website and sign up for an account: https://codeium.com/
- Install the browser extension: https://codeium.com/chrome_tutorial
- Open the settings for the chrome extension and click on "Get Token"
- Right click on the extension window and select "Inspect" to open the dev tools for the extension. Then click on "Network"
- Copy the token and paste it the input area, and then press "Enter Token"
- This should log a new API request in the network tab. Click on "Preview" to get the API key.
- Start JupyterLab. At first launch you should see the following dialog:
- Go to the settings to paste the API key:
- You should now be able to use the extension. Open a Python file and start typing to see the completions.
Contributing
Packaging and releasing the extension
See RELEASE
Credits
Many thanks to the codemirror-codeium
project for the inspiration and the initial implementation of the Codeium integration with CodeMirror 6: https://github.com/val-town/codemirror-codeium
The protobuf files were copied from that repo and reused as is in this project.
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
Built Distribution
Hashes for jupyterlab_codeium-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48d70a0bf480d9bba51cf5274a8c022e4f15ea0c226c4b3b00db646043e273b0 |
|
MD5 | 017252732324dd68870fa295553f5482 |
|
BLAKE2b-256 | 7716d06abfdab45f0703305b9cbc96d5a4df92b2843d145c43bbc1d8a071c0b1 |