Kite Adds Jupyter Integration
Written by Kay Ewbank   
Tuesday, 04 August 2020

The developers of the Kite autocomplete coding assistant have launched Kite for JupyterHub and JupyterLab. Kite uses AI to automate repetitive steps in programming. It goes further than the autocomplete suggestions provided by most editors, which usually suggest a variable name or class. Kite will suggest several lines of code.

Jupyter Notebooks are open source web applications that contain live code and equations along with visualizations and narrative text.

kite

As with the other Kite autocomplete interfaces including Python and JavaScript, the Jupyter version offers code completions when typing in Jupyter notebooks. The Kite developers say that the lack of a user-friendly autocomplete interface means that at the moment most Jupyter users don't make use of autocomplete to save time and code faster.

jupyter2

The Kite team worked with the JupyterLab core contributors to build a Kite integration that provides ML-powered Python completions and a one-click documentation tool in the JupyterLab UI. Kite provides multi-line completions sorted by relevance, and don't need the Jupyter user to run a cell in the notebook or press Tab to make the suggested completions appear. As the user moves through the suggestions, Kite also shows documentation for the highlighted completion.

jupkite

The Kite tool does still make use of Jupyter's kernel completions, making it possible to access attributes such as columns on a DataFrame. Kite for Jupyter comes in two versions - free and commercial. There's also a version for JupyterHub that provides support for teams. If this version is run on a GPU-powered server, users get smarter, longer completions. The JupyterHub version also supports custom-made Kite models for a team's specific codebase and APIs.

kite

More Information

Kite Homepage

Related Articles

Update - Kite Launches AI-Powered JavaScript Auto-Completion

Kite - AI Powered Auto Completion for Python

Kite - Smart Copilot For Programmers

Google Restricts Autocomplete API

Jupyter Notebook 5 Adds Cell Tagging

Jupyter 4 Completed By Release Of IPython 4

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Microsoft Is Ending Support For Windows Android Subsystem
07/03/2024

Microsoft has announced that it is ending support for running Android applications under Windows 11. The support will cease next year. This announcement was followed rapidly by Amazon announcing the e [ ... ]



White House Urges Memory Safe Software
29/02/2024

The White House is urging developers to adopt memory safe programming languages, suggesting Rust would be a safer choice than C or C++. 


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info