Skip to content

Zero-True: A collaborative notebook built for data scientists

License

Notifications You must be signed in to change notification settings

Shaarson/zero-true

 
 

Repository files navigation

Zero True: An Interactive Code Environment

Overview

Welcome to Zero True, your go-to platform creating beautiful and professional data driven notebooks and applications in pure Python. Designed to foster real-time collaboration and interactivity, Zero True offers a rich UI library along with an inteligent code parser that knows which cells to rerun and when so that your notebook is never out of sync.

Table of Contents

  1. Features
  2. Requirements
  3. Quick Start
  4. Usage
  5. Available Components
  6. Community

Features

  • 📝 Multi-language code editor with real-time execution.
  • 🌌 Hierarchical organization for code cells.
  • 📊 Dynamic UI rendering with Vue.js components.
  • 🔄 Automatic dependency tracking.
  • 🚀 Integrated backend for code execution.

Requirements

  • Python 3.9 (Anaconda or virtual env recommended)

Quick Start

# Clone the repository
pip install zero-true
zero-true run dev

Usage

Once the application is running, navigate to http://localhost:8000 and start creating and executing code cells. Click the "Run" button to execute code and visualize the output below the editor. For more information checkout our docs!

About

Zero-True: A collaborative notebook built for data scientists

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.8%
  • Vue 13.4%
  • TypeScript 5.9%
  • HTML 2.9%