PlutoPDF.jl icon indicating copy to clipboard operation
PlutoPDF.jl copied to clipboard

Don't let your printer miss out on the fun

Results 5 PlutoPDF.jl issues
Sort by recently updated
recently updated
newest added

Attempt to fix #17 with help from https://github.com/JuliaPackaging/Yggdrasil/issues/9233#issuecomment-2280338850 💛

The `pluto_to_pdf` function fails with the following error (taken from the log file): ``` 229 error code 1 230 error path C:\Users\nicho\.julia\scratchspaces\6eb38059-8c05-41f7-8871-5e7e2697ace6\build_dir3\node_modules\puppeteer 231 error command failed 232 error command C:\Windows\system32\cmd.exe...

``` ❯ wget https://featured.plutojl.org/basic/Pluto%20for%20scientists.jl && mv "Pluto for scientists.jl" notebook.jl ❯ cat pluto_to_pdf.jl import PlutoPDF PlutoPDF.pluto_to_pdf("notebook.jl") ❯ julia pluto_to_pdf.jl [ Info: Running notebook... ┌ Warning: The active manifest file at...

Not sure what i did here