Exafunction / codeium-chrome

Free, ultrafast code autocomplete for Chrome
https://www.codeium.com/
MIT License
110 stars 16 forks source link

Not Working on Jupyter Lab 4.0.2 #20

Closed lucianosb closed 1 year ago

lucianosb commented 1 year ago

I just started a new environment with the latest Jupyter Lab and noticed codeium wasn't working. When I checked the extension I got the message:

"Only JupyterLab 3.x is supported"

I haven't checked yet if there is any breaking changes in 4.x that would require adjustments on the extension. However I felt the need to report and follow progress for now.

pqn commented 1 year ago

JupyterLab 4.x uses CodeMirror 6, which we are unable to inject code in right now. Any updates will probably posted in #9. Feel free to close this issue if that satisfies your concerns.

lucianosb commented 1 year ago

Thank you! I'll be following the other issue and see if I can contribute further.