When I run one cell, there are multiple executions

When I run one cell, it has multiple executions as shown in the image (hopefully it’s correctly uploaded)

Another problem is that it always recommend/autofill random things:
e.g. when I input “:”, it will recommend me with all the functions, and when I press enter, it will autofill, make it “:abs”. This is kind of irritating. Is there a way to fix this (more particularly stop the autofill after “:”, but keep autofill when I input variable names etc.).

Thanks in advance.

image
A picture for the second problem. As a new user I can only attach one picture per post.

This is due to Poor default autocompletion heuristics · Issue #15013 · jupyterlab/jupyterlab · GitHub - you can upvote the issue/leave a comment there. You can install GitHub - jupyter-lsp/jupyterlab-lsp: Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol which has much better heuristics for autocompletion but mind you you need to enable it in two settings panels.