ac05aa489c
Infra: install_nbconvert (instala nbconvert+deps), notebook_to_pdf (convierte .ipynb a PDF). Pipeline: export_analysis_pdfs (exporta todos los notebooks de analysis/ a PDF). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
948 B
948 B
name, kind, lang, domain, version, purity, signature, description, tags, uses_functions, uses_types, returns, returns_optional, error_type, imports, tested, tests, test_file_path, file_path
| name | kind | lang | domain | version | purity | signature | description | tags | uses_functions | uses_types | returns | returns_optional | error_type | imports | tested | tests | test_file_path | file_path | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| install_nbconvert | function | bash | infra | 1.0.0 | impure | install_nbconvert(project_dir: string) -> void | Instala nbconvert y playwright con chromium en un proyecto uv existente. Idempotente: uv add no reinstala si los paquetes ya estan presentes. |
|
false | error_go_core | false | bash/functions/infra/install_nbconvert.sh |
Ejemplo
source install_nbconvert.sh
install_nbconvert /home/lucas/analysis/finanzas
Notas
Requiere que el venv ya exista (usa init_uv_venv antes). La instalacion de chromium via uv run playwright install chromium puede tardar la primera vez. La salida de playwright se suprime si tiene exito — solo se muestra si hay un error.