{"id":16282419,"url":"https://github.com/jtpio/jupyterlab-codeium","last_synced_at":"2025-03-16T13:31:23.311Z","repository":{"id":242559164,"uuid":"809892073","full_name":"jtpio/jupyterlab-codeium","owner":"jtpio","description":"AI code completions in JupyterLab powered by Codeium ✨","archived":false,"fork":false,"pushed_at":"2024-11-12T11:41:22.000Z","size":573,"stargazers_count":19,"open_issues_count":5,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T09:45:05.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jtpio.github.io/jupyterlab-codeium/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtpio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-03T16:43:28.000Z","updated_at":"2025-02-27T01:24:47.000Z","dependencies_parsed_at":"2024-10-10T19:10:41.551Z","dependency_job_id":"c6676c6e-ea08-4fc1-80ae-5e70ac9f50ef","html_url":"https://github.com/jtpio/jupyterlab-codeium","commit_stats":null,"previous_names":["jtpio/jupyterlab-codeium"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-codeium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-codeium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-codeium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtpio%2Fjupyterlab-codeium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtpio","download_url":"https://codeload.github.com/jtpio/jupyterlab-codeium/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243817091,"owners_count":20352499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T19:10:35.859Z","updated_at":"2025-03-16T13:31:23.305Z","avatar_url":"https://github.com/jtpio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jupyterlab-codeium\n\n[![Github Actions Status](https://github.com/jtpio/jupyterlab-codeium/workflows/Build/badge.svg)](https://github.com/jtpio/jupyterlab-codeium/actions/workflows/build.yml)\n[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jtpio.github.io/jupyterlab-codeium/lab/index.html)\n\nJupyterLab extension to get AI code completions with [Codeium](https://codeium.com/).\n\nhttps://github.com/jtpio/jupyterlab-codeium/assets/591645/7ec0a6fa-9c51-49a8-89b4-77b431f4bda9\n\n\u003e [!WARNING]\n\u003e The Codeium team forked this repo to continue the development: https://github.com/Exafunction/codeium.jupyter\n\n\u003e [!WARNING]\n\u003e This extension is still very much experimental. It is not an official Codeium extension.\n\n## ✨ Try it in your browser ✨\n\n1. Follow the instructions in the [Usage](#usage) section to get your API key.\n2. Open https://jtpio.github.io/jupyterlab-codeium in your browser\n\n## Requirements\n\n- JupyterLab \u003e= 4.1.0\n\n\u003e [!NOTE]\n\u003e This extension is also compatible with [JupyterLite](https://github.com/jupyterlite/jupyterlite) \u003e= 0.3.0\n\n## Install\n\nTo install the extension, execute:\n\n```bash\npip install jupyterlab-codeium\n```\n\n## Usage\n\n\u003e [!WARNING]\n\u003e 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.\n\u003e This might later be improved by providing a better auth flow.\n\n1. Go to the Codeium website and sign up for an account: https://codeium.com/\n2. Install the browser extension: https://codeium.com/chrome_tutorial\n3. Open the settings for the chrome extension and click on \"Get Token\"\n\n![Get Token](./img/1-extension-token.png)\n\n4. Right click on the extension window and select \"Inspect\" to open the dev tools for the extension. Then click on \"Network\"\n5. Copy the token and paste it the input area, and then press \"Enter Token\"\n6. This should log a new API request in the network tab. Click on \"Preview\" to get the API key.\n\n![Enter Token](./img/2-api-key.png)\n\n7. Go to the settings to paste the API key:\n\n![Settings](./img/4-jupyterlab-settings.png)\n\n8. You should now be able to use the extension. Open a Python file and start typing to see the completions.\n\n![Completions](./img/5-example.png)\n\n## Contributing\n\n### Packaging and releasing the extension\n\nSee [RELEASE](RELEASE.md)\n\n### Credits\n\nMany 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\n\nThe protobuf files were copied from that repo and reused as is in this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtpio%2Fjupyterlab-codeium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtpio%2Fjupyterlab-codeium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtpio%2Fjupyterlab-codeium/lists"}