Positron + Copilot setup and overview

Key concepts are:

Positron IDE Overview

Assistant + GitHub Copilot

  1. Enable Positron Assistant
  2. Configure GitHub Copilot
  3. Explore the assistant panel: in-line conversations, agents, and LLMs

Workflow basics

  1. Open a working folder (create if needed): where your code lives and where the AI agent looks for context

  2. Create your script or notebook and start coding

  3. Use console to execute code and see output.

    • Code execution
    • Plotting
    • Data viewer
    • Help pane for documentation and function signatures
    • Session pane for environment info, variables
    • View panel for websites
  4. Multiple consoles for same/different languages and projects/ output panel.

  5. Command palette for quick access

  6. Use the terminal for command-line work, e.g. file system navigation, running requests

Back to top