-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility status #9
Comments
Hello! is there any sort of update on any of the sites listed here, or will they be posted / checked off when they become compatible? In particular looking at CodeSandbox. I've tried adding the site to the Allow List, it actually causes the editor to not work so I'm assuming it is due to pruning / webpack. Thank you for any update! |
We are working through CodeSandbox right now, stay tuned. Contributions or ideas are welcome for the other websites. |
We're excited to announce a direct integration with CodeSandbox, no extension required! https://codesandbox.io/blog/introducing-ai-code-autocomplete-powered-by-codeium |
Hey folks,
JupyterLab 4.1 added an inline completer API: https://jupyterlab.readthedocs.io/en/latest/extension/extension_points.html#inline-completer Using the inline completer API means that this functionality can be distributed as a regular JupyterLab extension, without having to inject code in a CodeMirror 6 editor. I spent some time experimenting with this and put up this first prototype: https://github.com/jtpio/jupyterlab-codeium. jupyterlab-codeium-demo.webmLet me know what you think and if there is interest in having such extension! |
@jtpio this seems great! Let us know how we can support you on this. |
Thanks @pqn! A few questions:
|
Hey Exafunction, I think plenty of people is using |
I can generate you a different one to use there and send it over email, but feel free to use the same one for now.
Yes, we can move it into our organization and support development. I will ask around within the company to see who we will assign to the active development and maintenance. |
FYI, I have forked your repo to https://github.com/Exafunction/codeium.jupyter, we will be doing further development on the extension there. |
Hey there! Will editors like vscode.dev or Chatgpt Canvas work if I white-list them and they use Monaco or code mirror? Or does support for each individual online IDE need to be added directly to the extension? I tried adding Chatgpt.com with its new Canvas editor but it doesn't seem to work. |
This issue is meant to track known issues with various well-known sites. Resolution will usually either require contacting the website to help support Codeium by changing their website build, or creating an alternative to the CodeMirror 5 and Monaco injection code which uses raw HTML/JS.
Monaco
The issue here is generally that the Monaco version being used is too old, or webpack is pruning the required inline completion features since they aren't being used by the website themselves.
JupyterLab 4/CodeMirror 6
CodeMirror 6
Ace
The text was updated successfully, but these errors were encountered: