Skip to content

Quickstart

Follow these steps to create your first notebook and run Python code in CoPI.

Go to copilabs.ai and create an account. You can sign up with your email or an existing Google account.

From the dashboard, click New Project and give it a name like “My First Project.” Projects are containers that group related notebooks together and give the AI assistant shared context across your work.

Open your new project and click New Notebook. Give it a title — something like “Getting Started” works fine. This is where you will write notes and code.

Click the + button and select Markdown. Write a heading and some notes — for example, a short description of what you plan to analyze. Markdown blocks support rich text formatting, LaTeX math, and more.

Click + again and select Code. Type the following and click Run:

print("Hello, science!")

The code runs directly in your browser — no server or setup required. You should see the output appear below the cell.

Click the chat icon to open the AI assistant panel. Type a question like “What does this notebook do?” and the assistant will read your blocks and respond. It sees everything in your notebook — your notes, your code, and your results.

That’s it. You have a working notebook with markdown, executable Python, and an AI collaborator. From here, explore Key Concepts to learn more about how CoPI is organized.

Ask CoPI

Ask me anything about CoPI — notebooks, code execution, AI features, and more.