This extension does not work in current versions of Jupyter-notebook.
Steps
-
minimal installation conda create -n codeium-bug-repro jupyterlab -y
-
Activate codeium-bug-repro and start jupyter-lab
-
Install codeium-jupyter from extension-manager
-
Verify from extension settings that an API key is present
-
Restart jupyter-lab
-
Create a notebook and type the def fib(n): test case
Expect: Codeium suggests the next few lines of the recursive fibonacci number function
Actual: nothing