observable-to-standalone icon indicating copy to clipboard operation
observable-to-standalone copied to clipboard

Importing an Observable notebook into a standalone application

Results 7 observable-to-standalone issues
Sort by recently updated
recently updated
newest added

I'm not sure it's up to date… and dependabot is trying to kill it. Better to archive it @severo

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.2.1 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

I don't think we can easily reuse the file uploader from observable. (Would love to be proven wrong.) ![Capture d’écran 2019-11-19 à 16 42 23](https://user-images.githubusercontent.com/7001/69161557-a6c8ef00-0aeb-11ea-91a1-1fa5f11985b4.png)

``` const importScript = u => window.location.href.includes(".observableusercontent.com") ? `https://unpkg.com/${u}` : `${window.location.href.replace(/\/[^/]*$/, "")}/${u}.js`; const worker = createWorkerFrom(` // load external scripts importScripts("${importScript("d3@5")}"); importScripts("${importScript("d3-delaunay@5")}"); … `) ```