New post about Jupyter Notebook

This commit is contained in:
fundor333
2025-09-01 01:33:29 +02:00
parent babf0e2d1d
commit baf8591a2f
12 changed files with 241 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ def notebook_fc():
rsh.write(
"""\
#! /bin/bash
uv run hugo_nbconvert ../content/post/"""
uv run hugo_nbconvert content/post/"""
+ f"{year}/{title}/index.ipynb"
)
os.system(f"chmod +x notescript/{title}.sh")