observable-prerender
observable-prerender copied to clipboard
Pre-render Observable notebooks for automation
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
How print the notebook? For example, I have a notebook with one button, and when the user clicks on the button I would like to print the whole page. Not...
Hi Alex, Thanks for a great package. Don't know if you've looked into this yet, but a natural step for me is to automate. It is actually pretty straightforward to...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.1.0. Release notes Sourced from bl's releases. v4.0.3 Fix unintialized memory access Commits 75052a5 4.1.0 88f4f43 Add default read offsets for Node Buffer compatibility (#99)...
TODO - [ ] One notebook, time how diff formats take (svg vs png vs html etc.) - [ ] Time specific operations (redefine, value, 2nd value after, etc.) -...
I am now very curious about whether you can imagine using this to offload computing to a server instead of your own computer... since it is headless Chrome, conceivably, this...
`notebook.screenshot` uses [`ElementHandle.screenshot`](https://pptr.dev/#?product=Puppeteer&version=v7.1.0&show=api-elementhandlescreenshotoptions) under the hood, which is slow but necessary is many cases. But, if the cell that want's to be screenshot is already a canvas, then calling `.toDataURL()`...
Catch and give clearer error messages when: - [ ] Given notebook does not exist/isnt accessible. - [ ] A given cell does not exist. - [ ] An operation/...