Python Un-Notebook

An output-focused Python editor for plain .py files.

What is pdit?

Built for plain scripts. Run regular .py files statement by statement and see output inline beside the code that produced it. Keep notebook-style iteration without cells, notebook files, or conversion steps.

pdit editor showing inline output, plots, and tables
pdit editor showing inline output, plots, and tables

Why Un-Notebook?

Quick Start

pip install "pdit[demo]"
pdit --demo

With uv:

uvx --with "pdit[demo]" pdit --demo

Workflow Features

Rich Output