-
-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Looking at the code, there seems to be some components that expect to work on a LabShell
only:
if (!(shell instanceof LabShell)) { |
Which can prevent using the extension in other lab-based applications such as Notebook 7.
Maybe there can be a way to make jupyter-ai
work in more lab-based applications? Even if only a limited set of features is available.
For instance this could allow for code completions in Notebook 7.1 (based on #465). Below is an example running https://github.com/krassowski/jupyterlab-transformers-completer:
inline-completer.mp4
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request