Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an equivalent to hinterland notebook extensions in JupyterLab? [closed]

Tags:

jupyter-lab

I've always enjoyed using the Hinterland Jupyter Notebook extensions for code completion because you don't have to tab to autocomplete. I'm trying to migrate to JupyterLab and I'm not keen on tab-completion. I've looked through https://github.com/search?q=topic%3Ajupyterlab-extension&type=Repositories and I haven't been able to find a Hinterland equivalent.

Is there any way of getting Hinterland or similar code-completion hints without using tab on JupyterLab?

like image 450
Kai Chaza Avatar asked Feb 11 '20 02:02

Kai Chaza


1 Answers

An alternative would be VS-Code's integrated Jupyter Notebook environment. VS Code is arguably much more powerful and customizable than Jupyter Notebook/Lab, autocompletion (without having to tab) is standard-issue, there's also a (supposedly) AI-powered completion engine. It would take some getting used to, but so far I'm a happy user.

like image 81
BGHV Avatar answered Sep 23 '22 21:09

BGHV