-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Milestone
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:
- Start the jupyter console with the ark kernel:
jupyter console --kernel ark- Load some library (e.g.,
library(dplyr) - Try to trigger auto-completion (e.g., type
dplyr::+Tabkey)
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!