Working together with the LLM on code

I asked Gemini how I can work together with it (or another LLM) on code. At a place where the code can be edited by me and also (triggered by a prompt) by the LLM and where the code can be executed. Gemini told me, that should be possible with Notebooks and Code Cells. HOWEVER: I can’t find these terms anywhere in the Google AI Studio.

1 Like

Welcome to the forum.
I think what Gemini means is you can enter your Python code in code cells of a Jupyter Notebook (see Project Jupyter - Wikipedia). There are extensions available (the Wikipedia article mentions Jupyter AI) that allow working together with an LLM.

Hope that helps.

You can just ask it to write codes on Google AI Studio.
Google Colab (a legendary platform to run Python codes) has integrated Gemini.
You can, also, use GitHub Copilot on your favorite code editor. (Unless your favorite code editor is Notepad:)