Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 325 Bytes

File metadata and controls

15 lines (10 loc) · 325 Bytes

ob-python-extras

Emacs package for enhanced Python org-babel support.

Running Tests

cd tests
./run_expect_tests.sh              # Run tests
./run_expect_tests.sh --update-goldens  # Regenerate golden files

Dependencies

Uses uv for Python dependency management. Run uv sync to install dependencies.