wolfram-notebook-embedder icon indicating copy to clipboard operation
wolfram-notebook-embedder copied to clipboard

JavaScript embedder for Wolfram Cloud notebooks

Results 10 wolfram-notebook-embedder issues
Sort by recently updated
recently updated
newest added

When using `setDynamicModuleVariables` method one may face an unsafe expression warning: > Rejected unsafe expression bar during evaluation of ExecuteInDynamicModules[{HoldComplete[FE\`x$$...]}, {}, {AsynchronousEvaluate["uuid", Set[FE\`x$$..., bar[2]]]}, {}] But that warning is a...

I'm using the `wolfram-notebook-embedder` within a react application to render some notebooks for a class (see e.g. [here](https://gvarnavides.com/generative-art-workshop-website/docs/01.25-Tuesday/geometric-l-systems) by clicking the 3rd `Wolfram Language` tab on the top of the...

This is to inform people who use webpack in their apps. Webpack build configs with the default jsonpFunction name will not be able to use this library. You will see...

Say I publish a notebook called "note.nb" to the cloud. Then I embed it on my website and play with it (e.g. http://www.fmt.if.usp.br/~gtlandi/qulib.html). Then I make some changes to "note.nb"...

bug

In some cases the import fails when trying to use the default export so its better if you also include aliases in the docs. `import * as WolframNotebookEmbedder from 'wolfram-notebook-embedder'`

documentation
enhancement

I don't see events `evaluation-start/stop` fired when the slider is released in e.g. `Manipulate[Sin[x], {x,0,1}]`. From api description dynamic triggered evaluation should be announced too, or?

As far as i understand, when a notebook is deployed/published the cloud generates a /statichtml/ version of the specific notebook. Can this process be triggered manually on the client? This...

Currently to get the value of a DynamicModule variable in a notebook, you have to explicitly set the `name` of the variable. This is a huge limitation when it comes...

Are there any possible or near future workarounds to use the notebook-embedder with non-public notebooks? Or is something like this planned?

enhancement

Using https://codepen.io/nporto/pen/poJQoaz from #5 The value changes anyway but to something that is not expected: ![image](https://user-images.githubusercontent.com/15227576/77621110-163c6880-6f3c-11ea-93a9-e566a8b07082.png)