Skip to main content

Write in Jupyter Notebooks. Publish anywhere.

Project description

nb2wb

Write in notebooks. Publish anywhere.

nb2wb converts notebook-style content into publishable HTML for Substack, Medium, and X Articles.

Supported inputs:

  • Jupyter notebooks (.ipynb)
  • Quarto documents (.qmd)
  • Markdown documents (.md)
  • in-memory Jupyter notebook payloads (dict / NotebookNode)

Documentation

  • Detailed docs (Read the Docs): https://nb2wb.readthedocs.io/
  • Docs source in this repo: docs/index.md

Brief Feature Tour

  1. Load notebook content from file or in-memory payload.
  2. Optionally execute code cells (--execute / execute=True).
  3. Render markdown, math, code, and outputs into platform-safe HTML fragments.
  4. Convert display math and code to images for high-fidelity publishing.
  5. Sanitize rich HTML/SVG output and enforce server-side safety limits.
  6. Wrap output for your target platform (substack, medium, x).

Installation

pip install nb2wb

Development install:

git clone https://github.com/the-palindrome/nb2wb.git
cd nb2wb
pip install -e ".[dev]"

Quick Start (CLI)

nb2wb notebook.ipynb
nb2wb notebook.ipynb -t medium
nb2wb notebook.ipynb -t x
nb2wb notebook.ipynb -o article.html
nb2wb notebook.ipynb --open
nb2wb notebook.ipynb --serve
nb2wb report.qmd --execute

Quick Start (Python API)

import nb2wb

# Path input
html = nb2wb.convert(
    "notebook.ipynb",
    target="substack",
    config={"latex": {"try_usetex": True}},
)

# In-memory payload input (JSON / JSONB parsed notebook)
html = nb2wb.convert(
    notebook_payload,
    target="substack",
    execute=False,
)

Security at a Glance

nb2wb uses a mandatory server-safe conversion pipeline:

  • strict HTML/SVG sanitization
  • CSS URL sanitization
  • SSRF-safe image fetching
  • path traversal protection for local files
  • notebook size/resource safety limits
  • fail-closed behavior for unsafe/unresolvable image sources

Important: enabling execution runs notebook code. Treat execute=True workloads as untrusted code and isolate them appropriately.

Configuration

Use YAML file in CLI:

nb2wb notebook.ipynb -c config.yaml

Or pass dict/object/path in API:

html = nb2wb.convert(notebook_payload, config={"safety": {"max_cells": 1500}})

Read More

Development

Run tests:

pytest

Build docs locally:

pip install -e ".[docs]"
sphinx-build -b html docs docs/_build/html

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nb2wb-0.1.4.tar.gz (43.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nb2wb-0.1.4-py3-none-any.whl (50.5 kB view details)

Uploaded Python 3

File details

Details for the file nb2wb-0.1.4.tar.gz.

File metadata

  • Download URL: nb2wb-0.1.4.tar.gz
  • Upload date:
  • Size: 43.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nb2wb-0.1.4.tar.gz
Algorithm Hash digest
SHA256 2680e05959545a48dbd90bb09bda0c33eefcfb9b816f033869760dd7babc29f8
MD5 b899f20bceb75156b9a24c2398bce54d
BLAKE2b-256 dbc2a66531bc5462a45ea04d9a82858811190845da9f916386f1fbdcc53aa1b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2wb-0.1.4.tar.gz:

Publisher: publish.yml on the-palindrome/nb2wb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nb2wb-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: nb2wb-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 50.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nb2wb-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c787b88d9aa2786346334ae981dbff962e8d9c4abb788b3a5cf09abc53a54df9
MD5 53780b070602668e14bc2d0508502cc7
BLAKE2b-256 015e4c2a420a527e2e3249fb66f60a2c5f2814e8aa72652dc0a475110ae73f0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nb2wb-0.1.4-py3-none-any.whl:

Publisher: publish.yml on the-palindrome/nb2wb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page