{"id":22588837,"url":"https://github.com/wolframresearch/wolfram-notebook-embedder","last_synced_at":"2025-04-10T21:44:44.648Z","repository":{"id":46637905,"uuid":"208119656","full_name":"WolframResearch/wolfram-notebook-embedder","owner":"WolframResearch","description":"JavaScript embedder for Wolfram Cloud notebooks","archived":false,"fork":false,"pushed_at":"2021-10-08T09:47:48.000Z","size":5127,"stargazers_count":58,"open_issues_count":10,"forks_count":10,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-10T21:44:33.432Z","etag":null,"topics":["embeddings","javascript","notebook","notebook-web","wolfram-language","wolfram-mathematica"],"latest_commit_sha":null,"homepage":"https://wolfr.am/NotebookEmbedder","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WolframResearch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-12T18:33:04.000Z","updated_at":"2025-01-01T06:46:21.000Z","dependencies_parsed_at":"2022-08-29T19:30:37.509Z","dependency_job_id":null,"html_url":"https://github.com/WolframResearch/wolfram-notebook-embedder","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WolframResearch%2Fwolfram-notebook-embedder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WolframResearch%2Fwolfram-notebook-embedder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WolframResearch%2Fwolfram-notebook-embedder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WolframResearch%2Fwolfram-notebook-embedder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WolframResearch","download_url":"https://codeload.github.com/WolframResearch/wolfram-notebook-embedder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248305885,"owners_count":21081562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embeddings","javascript","notebook","notebook-web","wolfram-language","wolfram-mathematica"],"created_at":"2024-12-08T08:11:17.124Z","updated_at":"2025-04-10T21:44:44.623Z","avatar_url":"https://github.com/WolframResearch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wolfram-notebook-embedder\n\nA library to embed [Wolfram Cloud](https://www.wolframcloud.com/) notebooks on websites. It does *not* use an `\u003ciframe\u003e`, but renders a notebook directly into a given DOM node for a more seamless experience.\n\n## Installation\n\nIf you are using a package manager such as [npm](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/en/), you can install this package from the npm repository:\n\n    npm install wolfram-notebook-embedder\n    \nand then import it in your JavaScript code like so:\n\n    import * as WolframNotebookEmbedder from 'wolfram-notebook-embedder';    \n    \nYou can also import this library as a `\u003cscript\u003e` tag from a CDN:\n\n    \u003cscript crossorigin src=\"https://unpkg.com/wolfram-notebook-embedder@0.3/dist/wolfram-notebook-embedder.min.js\"\u003e\u003c/script\u003e\n    \nand then use the global variable `WolframNotebookEmbedder`.\n\n## Usage \u0026 Documentation\n\n* [**Getting Started**](./docs/GettingStarted.md)\n* [Library Interface](./docs/LibraryInterface.md)\n* [Notebook API](./docs/NotebookAPI.md)\n* [Server-Side Rendering](./docs/ServerSideRendering.md)\n* [Notebook Loading Phases](./docs/NotebookLoadingPhases.md)\n* [Troubleshooting](./docs/Troubleshooting.md)\n\n## Examples\n\n* [Basic Example](./examples/basic.html)\n* [Manipulate Example](./examples/manipulate.html)\n* [Dimensions Examples](./examples/dimensions.html)\n* [Server-Side Rendering](./examples/ssr.html)\n\n## Browser Support\n\nWe support all modern browsers (the last two major versions of Chrome, Firefox, Edge, Safari). Internet Explorer is *not* supported anymore.\n\n## Contributing\n\nEveryone is welcome to contribute. Please read the [Contributing agreement](CONTRIBUTING.md) and the [Development guide](./docs/Development.md) for more information, including how to run the tests.\n\n## Versioning\n\nWe use [semantic versioning](https://semver.org/) for this library and its API.\n\nSee the [changelog](CHANGELOG.md) for details about the changes in each release.\n\nEach version of this library is compatible with a certain range of versions of the Wolfram Cloud. Currently, the requirement is Wolfram Cloud 1.50 or higher. We try hard not to make any backward-incompatible changes on the Wolfram Cloud side, which would require an update of this library to keep embeddings working.\n\n| Library version | Minimum Wolfram Cloud version |\n|-----------------|-------------------------------|\n|           0.1.x |                          1.50 |\n|           0.2.x |                          1.55 |\n|           0.3.x |                          1.59 |\n\n## License\n\nThis project is licensed under the [MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolframresearch%2Fwolfram-notebook-embedder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolframresearch%2Fwolfram-notebook-embedder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolframresearch%2Fwolfram-notebook-embedder/lists"}