Skip to content

Commit b79f48f

Browse files
claude: revert extract.py to return JSON
assemble markdown in TS override the executable cell regex to accept ```python {.marimo} to discuss: also accepts quarto executable syntax ```{marimo} but should that be ```{marimo-python} ? Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8ad97be commit b79f48f

File tree

4 files changed

+333
-286
lines changed

4 files changed

+333
-286
lines changed

_extensions/marimo/command.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ def extract_command(header: str) -> list[str]:
3030
with tempfile.NamedTemporaryFile(
3131
mode="w", delete=False, suffix=".txt"
3232
) as temp_file:
33-
# Add html2text as additional dep for PDF HTML-to-markdown conversion
34-
flags = construct_uv_flags(pyproject, temp_file, [], ["html2text"])
33+
flags = construct_uv_flags(pyproject, temp_file, [], [])
3534
temp_file.flush()
3635
return ["run"] + flags
3736

0 commit comments

Comments
 (0)