Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Zero-True: A collaborative notebook built for data scientists

License

NotificationsYou must be signed in to change notification settings

Zero-True/zero-true

Repository files navigation

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 andprofessional data-driven applications. Designed to foster collaboration and improve dataaccessibility, it offers a rich UI library and an intelligent code parser. Publish yourapps 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 beautifulVuetify 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 packagespip install zero-true# run your first notebookzero-true notebook

Once the application is running, head tohttp://localhost:1326 to begin editing yournotebook!

Quick Example

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

importzero_trueasztslider=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 ComponentsDifferent Cell TypesPlotly Charts

Check out our docs for more info!

Publishing Your Notebook

From the command line, run:

# publish your notebookzero-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 ourwebsite.

Resources

Documentation & Examples

  • Check out ourdocs to learn more about Zero-True.
  • Read ourblog for examples from creators.

Community

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


[8]ページ先頭

©2009-2025 Movatter.jp