Skip to content

A Jupyter/IPython extension that adds context-aware code generation and Q&A by indexing your local codebase, letting you generate and query code directly from notebooks with repository awareness.

Notifications You must be signed in to change notification settings

tanyarw/codey-assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codey-extension

Step 1:

Run pip install https://github.com/tanyarw/codey-assist.git to install extensions

Step 2:

Use command %load_ext codey_assist loads this extension

Step 3:

To generate context aware code

%%codey
<code generation prompt>

Step 4:

To index a fresh code repository

%set_index <path>

Step 5:

If your code repository has been indexed and you run,

%set_index <path>

then the files listed under git diff will be reindexed.

Step 6:

To interact with your repository

%%code_qna
<prompt>

About

A Jupyter/IPython extension that adds context-aware code generation and Q&A by indexing your local codebase, letting you generate and query code directly from notebooks with repository awareness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published