tabby
tabby copied to clipboard
Jupyter Notebook integration
Please describe the feature you want
Integration into Jupyter Notebook (not just the ability to edit Jupyter Notebook files in an IDE, which Tabby can already do.)
Please reply with a 👍 if you want this feature.
This can easily be accomplished https://github.com/jupyterlab/jupyter-ai with a REST call to a tabby server in a BaseCompleter
@mlucool Thanks. I'm not familiar with jupyter-ai. Can you please explain how to do the "REST call to a tabby server in a BaseCompleter", or point me to the documentation describing this?