Code Monkey home page Code Monkey logo

A New Way to Build and Collaborate on Data Apps

Documentation ยท Blog ยท Discord

What is Zero-True?

Zero-True is a Python and SQL reactive computational notebook able to create beautiful and professional data-driven applications. Designed to foster collaboration and improve data accessibility, it offers a rich UI library and an intelligent code parser. Publish your apps with confidence and with ease.

Features

  • Integrated and Simple: Python and SQL reactive computational notebook all in one.
  • Transparent Updates: No hidden state. Our reactive cell updates show you what your notebook looks like in real-time.
  • Dynamic and Interactive: UI rendering with beautiful Vuetify components, with customizable layouts.
  • Fast Prototyping: Create rich, reactive apps with one click.
  • Open-Source: Join our community-driven project and contribute to Zero-True's future.

Quick Start

Make sure Python 3.8+ is installed. (Anaconda or virtual environment recommended)

Open a terminal and run:

# install the packages
pip install zero-true
# run your first notebook
zero-true notebook

Once the application is running, head to http://localhost:1326 to begin editing your notebook!

Quick Example

Open a new notebook and create a code cell with the following code:

import zero_true as zt
slider = zt.Slider(id="slider_1")
print(str(slider.value) + " squared is " + str(slider.value**2))

Now run the cell and open your app!

What Else?

Zero-True comes with a variety of features designed to streamline your experience. Some examples include:

UI Components Different Cell Types Plotly Charts

Check out our docs for more info!

Publishing Your Notebook

From the command line, run:

# publish your notebook
zero-true publish [api-key] [user-name] [project-name] [project-source]

Note: Publishing is currently only open to a limited audience.

If you are interested in publishing your notebook at a URL in our public cloud, please fill out the email waiting list on our website.

Resources

Documentation & Examples

  • Check out our docs to learn more about Zero-True.
  • Read our blog for examples from creators.

Community

We would love to see what you're able to build using Zero-True!

Zero-True's Projects

zero-true icon zero-true

Zero-True: A collaborative notebook built for data scientists

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.