posit-dev / posit-dev/ark

Autocompletion in the jupyter console running the ark kernel not working

Open
#976 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area: jupyter kernel
Dominant language
Rust
Stars
337
Forks
32
Avg merge
8d 17h
Merged PRs (30d)
11

Description

System details:

Positron and OS details:

Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy

This question is specifically about the ark kernel. Positron is not installed (the ark github repo refers to positron's issue tracker)...

Session details:

Python 3.10.12
R 4.5.1
ark-0.1.220-linux-x64 (downloaded from the release page)

Describe the issue:

The auto-completion in the jupyter console running the ark kernel seems not to be working.

Steps to reproduce the issue:

  1. Start the jupyter console with the ark kernel:
jupyter console --kernel ark
  1. Load some library (e.g., library(dplyr)
  2. Try to trigger auto-completion (e.g., type dplyr:: + Tab key)

No auto-completion pops up.

(Same for running the ark kernel in a jupyter notebook)

Expected or desired behavior:

Auto-completion to work (i.e., in the example above show available objects from the dplyr namespace).

--

Thanks for your time!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with jupyter console --kernel ark, loading dplyr, and requesting completion after dplyr::; compare the same behavior in a Jupyter notebook. The fix is complete when namespace completions appear in both environments, but the issue names no source files or tests to guide the investigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter, jupyter-notebook, r, rust
Domain
backend, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.