codelive-notebook
v0.0.17
Published
Ai Coding Assistant
Downloads
162
Maintainers
Readme
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 analyticsVITE_SRCBOOK_API_ORIGIN
: API origin for the web interfaceVITE_SRCBOOK_API_HOST
: API host for the web interfacePORT
: Port for the notebook server (default: 3000)
License
MIT