0.0.17 • Published 7 months ago

codelive-notebook v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Codelive Notebook

Interactive TypeScript notebooks with AI capabilities. Write, run, and experiment with TypeScript code in a notebook interface.

Features

  • Interactive TypeScript/JavaScript notebook interface
  • Built-in AI assistance for code generation and editing
  • Real-time code execution
  • Package management integration
  • Modern web-based UI
  • TypeScript language server integration for intelligent code completion

Installation

npm install -g codelive-notebook

Usage

Start a new notebook:

codelive start

This will start the notebook server and open it in your default browser.

Requirements

  • Node.js >= 18
  • A modern web browser

Configuration

The notebook can be configured through environment variables:

  • SRCBOOK_DISABLE_ANALYTICS: Set to 'true' to disable analytics
  • VITE_SRCBOOK_API_ORIGIN: API origin for the web interface
  • VITE_SRCBOOK_API_HOST: API host for the web interface
  • PORT: Port for the notebook server (default: 3000)

License

MIT