Skip to content
Snippets Groups Projects
  • sangcom's avatar
    b8458b42
    update · b8458b42
    sangcom authored
    1. add more config options
    2. add readme
    3. footer format is updated.
    b8458b42
    History
    update
    sangcom authored
    1. add more config options
    2. add readme
    3. footer format is updated.

Notebook Sync Tool Documentation

Overview

This tool synchronizes Jupyter notebooks to various formats including Markdown, Python, and HTML.

Technical Decisions

Markdown2 Package

Selected for:

  • Robust HTML conversion capabilities
  • Built-in support for code syntax highlighting
  • Extended Markdown feature support including tables and footnotes
  • quick solution for rendering Markdown

Architecture Decisions

  • Uses Jupytext for reliable notebook conversion
  • Implements file hash comparison for change detection
  • Supports selective file updates with force update option
  • Preserves essential metadata while cleaning notebooks

Configuration

See config_sync.yml for available options including:

  • Sync options (replace_all, force_update)
  • Format selection
  • Specific notebook processing