Looking for an extension to pre-fill action just like that in Colab enterprise

In Colab Enterprise, there is a feature to kick off AI coding with a short link as pre-filled content:
image

There is Jupyter AI which provides various AI features including a chat-based interface as well as AI magics.

Looks like you’re looking at AI magics, take a look at the docs.

1 Like

Thanks. It’s not exactly what I am looking for.

You need type magic command to kick off AI coding in Jupyter AI, but you can click to do that in Colab.

So, you mean you only want a button instead of writing %%ai in your cell? :slight_smile:

I’m not aware of an extension for doing this specifically.

You can enable inline completion in jupyter-ai. There is also jupyterlab-lichi extrnsion

2 Likes