Skip to content

e2b-dev/e2b-cookbook

Repository files navigation

✴️ E2B Cookbook

Example code and guides for building with E2B SDK.

Read more about E2B on the E2B website and the official E2B documentation.

Examples

Open-source apps

Hello World guide

Example use cases

  • Anthropic's Artifacts UI with AI Code Execution - JavaScript/TypeScript
  • Upload dataset and analyze it with Llama 3 - Python
  • Scrape Airbnb and analyze data with Claude 3 Opus and Firecrawl - JavaScript/TypeScript
  • Visualize website topics with Claude 3.5 Sonnet and Firecrawl - Python

LLM providers

AI frameworks integrations

  • 🦜⛓️ LangChain

    • LangChain with Code Interpreter - Python
  • 🦜🕸️ LangGraph

    • LangGraph with code interpreter - Python
  • Autogen

    • Autogen with secure sandboxed for code interpreting - Python
  • ▲ Vercel AI SDK